Searched refs:TIFFScanlineSize64 (Results 1 – 4 of 4) sorted by relevance
136 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64()259 scanlinesize=TIFFScanlineSize64(tif); in _TIFFDefaultStripSize()283 TIFFScanlineSize64(TIFF* tif) in TIFFScanlineSize64() function345 m=TIFFScanlineSize64(tif); in TIFFScanlineSize()
97 TIFFScanlineSize64
354 extern uint64 TIFFScanlineSize64(TIFF* tif);
3955 … tif->tif_dir.td_stripbytecount[0] < TIFFScanlineSize64(tif) * tif->tif_dir.td_imagelength) ) in TIFFReadDirectory()4356 uint64 rowbytes = TIFFScanlineSize64(tif); in EstimateStripByteCounts()