Searched refs:tif_curstrip (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_open.c156 tif->tif_curstrip = (tstrip_t) -1; /* invalid strip */
458 return (tif->tif_curstrip);
H A Dtif_write.c95 if (strip != tif->tif_curstrip) {
101 tif->tif_curstrip = strip;
210 tif->tif_curstrip = strip;
296 tif->tif_curstrip = strip;
684 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip,
H A Dtif_read.c68 if (strip != tif->tif_curstrip) { /* different strip, refill */
285 tif->tif_curstrip = NOSTRIP;
298 tif->tif_curstrip = NOSTRIP;
558 tif->tif_curstrip = strip;
H A Dtiffiop.h104 tstrip_t tif_curstrip; /* current strip for read/write */ member in struct:tiff
H A Dtif_lzw.c163 _tif->tif_curstrip); \
H A Dtif_dir.c1113 tif->tif_curstrip = (tstrip_t) -1;
1382 tif->tif_curstrip = (tstrip_t) -1;
H A Dtif_ojpeg.c909 if ( (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip)
1814 if ( (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip)
1850 if ( (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip)
H A Dtif_dirread.c617 tif->tif_curstrip = (tstrip_t) -1;

Completed in 520 milliseconds