Home
last modified time | relevance | path

Searched refs:tif_curstrip (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_write.c101 if (strip != tif->tif_curstrip) { in TIFFWriteScanline()
107 tif->tif_curstrip = strip; in TIFFWriteScanline()
249 tif->tif_curstrip = strip; in TIFFWriteEncodedStrip()
349 tif->tif_curstrip = strip; in TIFFWriteRawStrip()
811 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
Dtif_read.c211 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
395 if (strip != tif->tif_curstrip) { /* different strip, refill */ in TIFFSeek()
857 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
908 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
917 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
1433 tif->tif_curstrip = strip; in TIFFStartStrip()
Dtif_open.c128 tif->tif_curstrip = (uint32) -1; /* invalid strip */
623 return (tif->tif_curstrip);
Dtif_fax3.c182 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3Unexpected()
193 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3Extension()
204 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3BadLength()
214 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip), in Fax3PrematureEOF()
Dtif_dir.c1333 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()
1354 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()
1774 tif->tif_curstrip = (uint32) -1; in TIFFUnlinkDirectory()
Dtiffiop.h160 uint32 tif_curstrip; /* current strip for read/write */ member
Dtif_lzw.c179 _tif->tif_curstrip); \
Dtif_ojpeg.c694 m=tif->tif_curstrip; in OJPEGPreDecode()
Dtif_dirread.c4298 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()