Searched refs:tif_curoff (Results 1 – 4 of 4) sorted by relevance
139 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()
1313 tif->tif_curoff = 0; in TIFFCreateDirectory()1334 tif->tif_curoff = 0; in TIFFCreateCustomDirectory()1752 tif->tif_curoff = 0; in TIFFUnlinkDirectory()
146 uint64 tif_curoff; /* current offset for read/write */ member
129 tif->tif_curoff = 0;