Home | History | Annotate | Download | only in libtiff

Lines Matching refs:td_nstrips

3629         tif->tif_dir.td_nstrips = TIFFNumberOfStrips(tif);
3635 td_nstrips = TIFFNumberOfTiles(tif);
3638 if (!tif->tif_dir.td_nstrips) {
3644 tif->tif_dir.td_stripsperimage = tif->tif_dir.td_nstrips;
3650 (tif->tif_dir.td_nstrips==1)) {
3739 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset))
3749 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripbytecount))
3912 tif->tif_dir.td_nstrips > 1) ||
3914 tif->tif_dir.td_nstrips != (uint32)tif->tif_dir.td_samplesperpixel)) {
3944 } else if (tif->tif_dir.td_nstrips == 1
3961 && tif->tif_dir.td_nstrips > 2
4001 if (tif->tif_dir.td_nstrips > 1) {
4005 for (strip = 1; strip < tif->tif_dir.td_nstrips; strip++) {
4030 (tif->tif_dir.td_nstrips==1)&&
4281 _TIFFCheckMalloc(tif, td->td_nstrips, sizeof (uint64),
4323 for (strip = 0; strip < td->td_nstrips; strip++)
4338 for (strip = 0; strip < td->td_nstrips; strip++)
4343 for (strip = 0; strip < td->td_nstrips; strip++)
5535 td->td_stripsperimage = td->td_nstrips = nstrips32;
5558 td->td_nstrips,&td->td_stripoffset))
5564 td->td_nstrips,&td->td_stripbytecount))
5572 if (tif->tif_dir.td_nstrips > 1 && return_value == 1 ) {
5576 for (strip = 1; strip < tif->tif_dir.td_nstrips; strip++) {