Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_stripbytecount

176         if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
185 /* bytecountm=(tmsize_t) td->td_stripbytecount[strip]; */
246 if( (uint64) to_read > td->td_stripbytecount[strip]
249 to_read = (tmsize_t) td->td_stripbytecount[strip]
328 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
330 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10
376 && (uint64) tif->tif_rawdataoff+tif->tif_rawdataloaded < td->td_stripbytecount[strip] )
713 bytecount = td->td_stripbytecount[strip];
748 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
753 uint64 bytecount = td->td_stripbytecount[strip];
1171 bytecount64 = td->td_stripbytecount[tile];
1193 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
1198 uint64 bytecount = td->td_stripbytecount[tile];
1375 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
1398 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip];
1415 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount)
1445 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[tile];