Home
last modified time | relevance | path

Searched refs:tif_curstrip (Results 1 – 18 of 18) 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()
322 tif->tif_curstrip = strip; in TIFFWriteRawStrip()
765 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
Dtif_read.c68 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
224 if (strip != tif->tif_curstrip) { /* different strip, refill */ in TIFFSeek()
568 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
597 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
608 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
968 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.c1255 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()
1276 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()
1694 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.c694 m=tif->tif_curstrip; in OJPEGPreDecode()
Dtif_dirread.c4045 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()
/external/opencv3/3rdparty/libtiff/
Dtif_write.c103 if (strip != tif->tif_curstrip) { in TIFFWriteScanline()
109 tif->tif_curstrip = strip; in TIFFWriteScanline()
221 tif->tif_curstrip = strip; in TIFFWriteEncodedStrip()
302 tif->tif_curstrip = strip; in TIFFWriteRawStrip()
721 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
Dtif_read.c68 tif->tif_curstrip = NOSTRIP; in TIFFFillStripPartial()
224 if (strip != tif->tif_curstrip) { /* different strip, refill */ in TIFFSeek()
568 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
597 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
608 tif->tif_curstrip = NOSTRIP; in TIFFFillStrip()
965 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()
Dtiffiop.h140 uint32 tif_curstrip; /* current strip for read/write */ member
Dtif_dir.c1235 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()
1256 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()
1648 tif->tif_curstrip = (uint32) -1; in TIFFUnlinkDirectory()
Dtif_lzw.c180 _tif->tif_curstrip); \
Dtif_ojpeg.c680 m=tif->tif_curstrip; in OJPEGPreDecode()
Dtif_dirread.c4049 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()