Home
last modified time | relevance | path

Searched refs:tif_curoff (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_write.c139 tif->tif_curoff = 0; in TIFFWriteScanline()
254 tif->tif_curoff = 0; in TIFFWriteEncodedStrip()
405 tif->tif_curoff = 0; in TIFFWriteEncodedTile()
689 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
720 tif->tif_curoff = td->td_stripoffset[strip]; in TIFFAppendToStrip()
729 m = tif->tif_curoff+cc; in TIFFAppendToStrip()
732 if ((m<tif->tif_curoff)||(m<(uint64)cc)) in TIFFAppendToStrip()
742 tif->tif_curoff = m; in TIFFAppendToStrip()
783 tif->tif_curoff = off; in TIFFSetWriteOffset()
Dtif_dir.c1253 tif->tif_curoff = 0; in TIFFCreateDirectory()
1274 tif->tif_curoff = 0; in TIFFCreateCustomDirectory()
1692 tif->tif_curoff = 0; in TIFFUnlinkDirectory()
Dtiffiop.h146 uint64 tif_curoff; /* current offset for read/write */ member
Dtif_open.c129 tif->tif_curoff = 0;
/external/opencv3/3rdparty/libtiff/
Dtif_write.c135 tif->tif_curoff = 0; in TIFFWriteScanline()
237 tif->tif_curoff = 0; in TIFFWriteEncodedStrip()
372 tif->tif_curoff = 0; in TIFFWriteEncodedTile()
645 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
676 tif->tif_curoff = td->td_stripoffset[strip]; in TIFFAppendToStrip()
685 m = tif->tif_curoff+cc; in TIFFAppendToStrip()
688 if ((m<tif->tif_curoff)||(m<(uint64)cc)) in TIFFAppendToStrip()
698 tif->tif_curoff = m; in TIFFAppendToStrip()
739 tif->tif_curoff = off; in TIFFSetWriteOffset()
Dtiffiop.h141 uint64 tif_curoff; /* current offset for read/write */ member
Dtif_dir.c1233 tif->tif_curoff = 0; in TIFFCreateDirectory()
1254 tif->tif_curoff = 0; in TIFFCreateCustomDirectory()
1646 tif->tif_curoff = 0; in TIFFUnlinkDirectory()
Dtif_open.c129 tif->tif_curoff = 0;