Home
last modified time | relevance | path

Searched refs:filesize (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirread.c304 toff_t filesize = TIFFGetFileSize(tif); in EstimateStripByteCounts() local
313 space = (filesize - space) / td->td_samplesperpixel; in EstimateStripByteCounts()
324 if (td->td_stripoffset[i] + td->td_stripbytecount[i] > filesize) in EstimateStripByteCounts()
326 filesize - td->td_stripoffset[i]; in EstimateStripByteCounts()
/libtiff-4.0.7/libtiff/
H A Dtif_dirread.c4303 uint64 filesize; in EstimateStripByteCounts() local
4305 filesize = TIFFGetFileSize(tif); in EstimateStripByteCounts()
4335 space = filesize - space; in EstimateStripByteCounts()
4348 if (td->td_stripoffset[strip]+td->td_stripbytecount[strip] > filesize) in EstimateStripByteCounts()
4349 td->td_stripbytecount[strip] = filesize - td->td_stripoffset[strip]; in EstimateStripByteCounts()