Lines Matching refs:td_stripbytecount
55 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillStripPartial()
117 if( (uint64) to_read > td->td_stripbytecount[strip] in TIFFFillStripPartial()
120 to_read = (tmsize_t) td->td_stripbytecount[strip] in TIFFFillStripPartial()
207 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFSeek()
209 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10 in TIFFSeek()
244 … && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] ) in TIFFSeek()
460 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip()
495 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillStrip()
500 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip()
776 bytecount64 = td->td_stripbytecount[tile]; in TIFFReadRawTile()
798 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillTile()
803 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile()
960 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFStartStrip()
980 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip]; in TIFFStartStrip()
997 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFStartTile()
1027 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[tile]; in TIFFStartTile()