Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_stripbytecount

55         if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
64 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
117 if( (uint64) to_read > td->td_stripbytecount[strip]
120 to_read = (tmsize_t) td->td_stripbytecount[strip]
207 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
209 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10
244 && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] )
460 bytecount = td->td_stripbytecount[strip];
495 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
500 uint64 bytecount = td->td_stripbytecount[strip];
776 bytecount64 = td->td_stripbytecount[tile];
798 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
803 uint64 bytecount = td->td_stripbytecount[tile];
960 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
980 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip];
997 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
1027 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[tile];