Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_strip.c136 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64()
259 scanlinesize=TIFFScanlineSize64(tif); in _TIFFDefaultStripSize()
283 TIFFScanlineSize64(TIFF* tif) in TIFFScanlineSize64() function
345 m=TIFFScanlineSize64(tif); in TIFFScanlineSize()
H A Dlibtiff.def97 TIFFScanlineSize64
H A Dtiffio.h354 extern uint64 TIFFScanlineSize64(TIFF* tif);
H A Dtif_dirread.c3955 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory()
4356 uint64 rowbytes = TIFFScanlineSize64(tif); in EstimateStripByteCounts()