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.c103 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()
799 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
Dtif_read.c196 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
356 if (strip != tif->tif_curstrip) { /* different strip, refill */ in TIFFSeek()
854 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
883 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
892 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
1383 tif->tif_curstrip = strip; in TIFFStartStrip()
Dtif_open.c130 tif->tif_curstrip = (uint32) -1; /* invalid strip */
607 return (tif->tif_curstrip);
Dtif_fax3.c184 (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()
Dtif_dir.c1315 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()
1336 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()
1754 tif->tif_curstrip = (uint32) -1; in TIFFUnlinkDirectory()
Dtiffiop.h145 uint32 tif_curstrip; /* current strip for read/write */ member
Dtif_lzw.c180 _tif->tif_curstrip); \
Dtif_ojpeg.c695 m=tif->tif_curstrip; in OJPEGPreDecode()
Dtif_dirread.c4100 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()