Searched refs:tif_curstrip (Results 1 – 10 of 10) sorted by relevance
103 if (strip != tif->tif_curstrip) { in TIFFWriteScanline()109 tif->tif_curstrip = strip; in TIFFWriteScanline()225 tif->tif_curstrip = strip; in TIFFWriteEncodedStrip()339 tif->tif_curstrip = strip; in TIFFWriteRawStrip()801 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
196 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()375 if (strip != tif->tif_curstrip) { /* different strip, refill */ in TIFFSeek()853 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()904 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()913 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()1440 tif->tif_curstrip = strip; in TIFFStartStrip()
130 tif->tif_curstrip = (uint32) -1; /* invalid strip */607 return (tif->tif_curstrip);
184 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3Unexpected()195 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3Extension()206 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3BadLength()216 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3PrematureEOF()
146 uint32 tif_curstrip; /* current strip for read/write */ member
1320 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()1341 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()1759 tif->tif_curstrip = (uint32) -1; in TIFFUnlinkDirectory()
180 _tif->tif_curstrip); \
686 m=tif->tif_curstrip; in OJPEGPreDecode()
4261 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()
302 tif->tif_curstrip = (tstrip_t) -1; in TIFFWritePrivateDataSubDirectory()
Completed in 28 milliseconds