Searched refs:pixel_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c367 size_t pixel_count; local
371 pixel_count = width * height;
374 if (!width || !height || pixel_count / width != height) {
384 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32), "raster buffer");
387 (unsigned long)pixel_count, (unsigned long)sizeof(uint32));
411 size_t count = pixel_count;
H A Drgb2ycbcr.c283 size_t pixel_count; local
286 pixel_count = width * height;
289 if (!width || !height || pixel_count / width != height) {
297 raster = (uint32*)_TIFFCheckMalloc(in, pixel_count, sizeof(uint32),
302 (unsigned long)pixel_count,

Completed in 169 milliseconds