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

  /external/pdfium/third_party/libtiff/
tif_strip.c 123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
361 return (TIFFhowmany8_64(scanline));
363 return (_TIFFMultiply64(tif, TIFFhowmany8_64(scanline),
tif_tile.c 173 tilerowsize=TIFFhowmany8_64(rowsize);
242 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
tiffiop.h 255 #define TIFFhowmany8_64(x) (((x)&0x07)?((uint64)(x)>>3)+1:(uint64)(x)>>3)

Completed in 43 milliseconds