HomeSort by relevance Sort by last modified time
    Searched refs:TIFFroundup_32 (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/libtiff/
tif_tile.c 310 *tw = TIFFroundup_32(*tw, 16);
312 *th = TIFFroundup_32(*th, 16);
tif_color.c 246 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)));
tiffiop.h 257 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y))
tif_jpeg.c     [all...]
tif_fax3.c 544 nruns = TIFFroundup_32(rowpixels,32);
    [all...]
tif_getimage.c     [all...]

Completed in 119 milliseconds