Home
last modified time | relevance | path

Searched refs:TIFFhowmany_64 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_strip.c309 …samplingrow_size = TIFFhowmany_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,mod… in TIFFScanlineSize64()
316 … scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,scanline_samples,td->td_bitspersample,module),8); in TIFFScanlineSize64()
321 …scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8); in TIFFScanlineSize64()
Dtiffiop.h254 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y))) macro
256 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
Dtif_dirread.c5514 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()