Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A 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()
801 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip, in TIFFFlushData1()
A Dtif_read.c196 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()
A Dtif_open.c130 tif->tif_curstrip = (uint32) -1; /* invalid strip */
607 return (tif->tif_curstrip);
A 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()
A Dtiffiop.h146 uint32 tif_curstrip; /* current strip for read/write */ member
A Dtif_dir.c1320 tif->tif_curstrip = (uint32) -1; in TIFFCreateDirectory()
1341 tif->tif_curstrip = (uint32) -1; in TIFFCreateCustomDirectory()
1759 tif->tif_curstrip = (uint32) -1; in TIFFUnlinkDirectory()
A Dtif_lzw.c180 _tif->tif_curstrip); \
A Dtif_ojpeg.c686 m=tif->tif_curstrip; in OJPEGPreDecode()
A Dtif_dirread.c4261 tif->tif_curstrip = (uint32) -1; in TIFFReadDirectory()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirwrite.c302 tif->tif_curstrip = (tstrip_t) -1; in TIFFWritePrivateDataSubDirectory()

Completed in 28 milliseconds