Searched refs:pixel_count (Results 1 – 2 of 2) sorted by relevance
387 size_t pixel_count; in cvt_whole_image() local391 pixel_count = width * height; in cvt_whole_image()394 if (!width || !height || pixel_count / width != height) { in cvt_whole_image()404 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), "raster buffer"); in cvt_whole_image()407 (unsigned long)pixel_count, (unsigned long)sizeof(uint32)); in cvt_whole_image()431 size_t count = pixel_count; in cvt_whole_image()
294 size_t pixel_count; in tiffcvt() local298 pixel_count = width * height; in tiffcvt()301 if (!width || !height || pixel_count / width != height) { in tiffcvt()309 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), in tiffcvt()314 (unsigned long)pixel_count, in tiffcvt()