Lines Matching refs:td_stripoffset
3722 if (!TIFFFetchStripThing(tif,dp,tif->tif_dir.td_nstrips,&tif->tif_dir.td_stripoffset))
3933 ( (tif->tif_dir.td_stripbytecount[0] == 0 && tif->tif_dir.td_stripoffset[0] != 0) || \
3935 tif->tif_dir.td_stripbytecount[0] > TIFFGetFileSize(tif) - tif->tif_dir.td_stripoffset[0]) || \
3942 && tif->tif_dir.td_stripoffset[0] != 0
4002 if (tif->tif_dir.td_stripoffset[strip - 1] >
4003 tif->tif_dir.td_stripoffset[strip]) {
4330 if (td->td_stripoffset[strip]+td->td_stripbytecount[strip] > filesize)
4331 td->td_stripbytecount[strip] = filesize - td->td_stripoffset[strip];
5485 offset = td->td_stripoffset[0];
5553 _TIFFfree(td->td_stripoffset);
5555 td->td_stripoffset = newoffsets;
5565 if( td->td_stripoffset != NULL )
5572 td->td_nstrips,&td->td_stripoffset))
5591 if (tif->tif_dir.td_stripoffset[strip - 1] >
5592 tif->tif_dir.td_stripoffset[strip]) {