Lines Matching refs:td_nstrips
3610 tif->tif_dir.td_nstrips = TIFFNumberOfStrips(tif);
3616 tif->tif_dir.td_nstrips = TIFFNumberOfTiles(tif);
3619 if (!tif->tif_dir.td_nstrips) {
3625 tif->tif_dir.td_stripsperimage = tif->tif_dir.td_nstrips;
3631 (tif->tif_dir.td_nstrips==1)) {
3722 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset))
3732 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount))
3908 tif->tif_dir.td_nstrips > 1) ||
3910 tif->tif_dir.td_nstrips != (uint32)tif->tif_dir.td_samplesperpixel)) {
3940 } else if (tif->tif_dir.td_nstrips == 1
3957 && tif->tif_dir.td_nstrips > 2
3997 if (tif->tif_dir.td_nstrips > 1) {
4001 for (strip = 1; strip < tif->tif_dir.td_nstrips; strip++) {
4026 (tif->tif_dir.td_nstrips==1)&&
4278 _TIFFCheckMalloc(tif, td->td_nstrips, sizeof (uint64),
4320 for (strip = 0; strip < td->td_nstrips; strip++)
4335 for (strip = 0; strip < td->td_nstrips; strip++)
4340 for (strip = 0; strip < td->td_nstrips; strip++)
5549 td->td_stripsperimage = td->td_nstrips = nstrips32;
5572 td->td_nstrips,&td->td_stripoffset))
5578 td->td_nstrips,&td->td_stripbytecount))
5586 if (tif->tif_dir.td_nstrips > 1 && return_value == 1 ) {
5590 for (strip = 1; strip < tif->tif_dir.td_nstrips; strip++) {