Lines Matching refs:td_nstrips
101 if (strip >= td->td_nstrips && !TIFFGrowStrips(tif, 1, module))
201 if (strip >= td->td_nstrips) {
285 if (strip >= td->td_nstrips) {
349 if (tile >= td->td_nstrips) {
351 (unsigned long) tile, (unsigned long) td->td_nstrips);
435 if (tile >= tif->tif_dir.td_nstrips) {
438 (unsigned long) tif->tif_dir.td_nstrips);
461 td->td_nstrips = td->td_stripsperimage;
465 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
467 _TIFFmalloc(td->td_nstrips * sizeof (uint64));
474 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
475 _TIFFmemset(td->td_stripbytecount, 0, td->td_nstrips*sizeof (uint64));
536 tif->tif_dir.td_nstrips = 0;
610 (td->td_nstrips + delta) * sizeof (uint64));
612 (td->td_nstrips + delta) * sizeof (uint64));
618 td->td_nstrips = 0;
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
626 _TIFFmemset(td->td_stripbytecount + td->td_nstrips,
628 td->td_nstrips += delta;
646 assert(td->td_nstrips > 0);