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.c139 tif->tif_curoff = 0; in TIFFWriteScanline()
254 tif->tif_curoff = 0; in TIFFWriteEncodedStrip()
422 tif->tif_curoff = 0; in TIFFWriteEncodedTile()
723 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) { in TIFFAppendToStrip()
754 tif->tif_curoff = td->td_stripoffset[strip]; in TIFFAppendToStrip()
763 m = tif->tif_curoff+cc; in TIFFAppendToStrip()
766 if ((m<tif->tif_curoff)||(m<(uint64)cc)) in TIFFAppendToStrip()
776 tif->tif_curoff = m; in TIFFAppendToStrip()
824 tif->tif_curoff = off; in TIFFSetWriteOffset()
Dtif_dir.c1313 tif->tif_curoff = 0; in TIFFCreateDirectory()
1334 tif->tif_curoff = 0; in TIFFCreateCustomDirectory()
1752 tif->tif_curoff = 0; in TIFFUnlinkDirectory()
Dtiffiop.h146 uint64 tif_curoff; /* current offset for read/write */ member
Dtif_open.c129 tif->tif_curoff = 0;