Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_strip.c127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64()
250 scanlinesize=TIFFScanlineSize64(tif); in _TIFFDefaultStripSize()
274 TIFFScanlineSize64(TIFF* tif) in TIFFScanlineSize64() function
336 m=TIFFScanlineSize64(tif); in TIFFScanlineSize()
Dtiffio.h355 extern uint64 TIFFScanlineSize64(TIFF* tif);
Dtif_dirread.c3949 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory()
4349 uint64 rowbytes = TIFFScanlineSize64(tif); in EstimateStripByteCounts()