Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_write.c137 tif->tif_curoff = 0; in TIFFWriteScanline()
200 tif->tif_curoff = 0; in _TIFFReserveLargeEnoughWriteBuffer()
735 if (td->td_stripoffset_p[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
766 tif->tif_curoff = td->td_stripoffset_p[strip]; in TIFFAppendToStrip()
775 m = tif->tif_curoff+cc; in TIFFAppendToStrip()
778 if ((m<tif->tif_curoff)||(m<(uint64)cc)) in TIFFAppendToStrip()
788 tif->tif_curoff = m; in TIFFAppendToStrip()
836 tif->tif_curoff = off; in TIFFSetWriteOffset()
Dtif_open.c127 tif->tif_curoff = 0;
Dtiffiop.h161 uint64 tif_curoff; /* current offset for read/write */ member
Dtif_dir.c1331 tif->tif_curoff = 0; in TIFFCreateDirectory()
1352 tif->tif_curoff = 0; in TIFFCreateCustomDirectory()
1772 tif->tif_curoff = 0; in TIFFUnlinkDirectory()