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

  /external/pdfium/third_party/libtiff/
tif_write.c 139 tif->tif_curoff = 0;
254 tif->tif_curoff = 0;
422 tif->tif_curoff = 0;
723 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) {
754 tif->tif_curoff = td->td_stripoffset[strip];
763 m = tif->tif_curoff+cc;
766 if ((m<tif->tif_curoff)||(m<(uint64)cc))
776 tif->tif_curoff = m;
824 tif->tif_curoff = off;
tif_open.c 129 tif->tif_curoff = 0;
tiffiop.h 146 uint64 tif_curoff; /* current offset for read/write */ member in struct:tiff
tif_dir.c     [all...]

Completed in 116 milliseconds