HomeSort by relevance Sort by last modified time
    Searched refs:tif_curstrip (Results 1 - 9 of 9) sorted by null

  /external/pdfium/third_party/libtiff/
tif_write.c 103 if (strip != tif->tif_curstrip) {
109 tif->tif_curstrip = strip;
225 tif->tif_curstrip = strip;
339 tif->tif_curstrip = strip;
799 isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip,
tif_read.c 196 tif->tif_curstrip = NOSTRIP;
356 if (strip != tif->tif_curstrip) { /* different strip, refill */
854 tif->tif_curstrip = NOSTRIP;
883 tif->tif_curstrip = NOSTRIP;
892 tif->tif_curstrip = NOSTRIP;
    [all...]
tif_open.c 130 tif->tif_curstrip = (uint32) -1; /* invalid strip */
607 return (tif->tif_curstrip);
tif_fax3.c 184 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
195 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
206 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
216 (isTiled(tif) ? tif->tif_curtile : tif->tif_curstrip),
    [all...]
tiffiop.h 145 uint32 tif_curstrip; /* current strip for read/write */ member in struct:tiff
tif_dir.c     [all...]
tif_lzw.c 180 _tif->tif_curstrip); \
    [all...]
tif_ojpeg.c 695 m=tif->tif_curstrip;
    [all...]
tif_dirread.c     [all...]

Completed in 223 milliseconds