Searched refs:filesize (Results 1 – 2 of 2) sorted by relevance
304 toff_t filesize = TIFFGetFileSize(tif); in EstimateStripByteCounts() local313 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()
4303 uint64 filesize; in EstimateStripByteCounts() local4305 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()