Home
last modified time | relevance | path

Searched refs:tif_nextdiroff (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_open.c451 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;
453 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
Dtif_dir.c1330 tif->tif_nextdiroff = 0; in TIFFCreateDirectory()
1351 tif->tif_nextdiroff = 0; in TIFFCreateCustomDirectory()
1628 tif->tif_nextdiroff = nextdir; in TIFFSetDirectory()
1652 tif->tif_nextdiroff = diroff; in TIFFSetSubDirectory()
1677 return (tif->tif_nextdiroff == 0); in TIFFLastDirectory()
1771 tif->tif_nextdiroff = 0; /* next write must be at end */ in TIFFUnlinkDirectory()
Dtiffiop.h146 uint64 tif_nextdiroff; /* file offset of following directory */ member
Dtif_dirread.c3588 tif->tif_diroff=tif->tif_nextdiroff; in TIFFReadDirectory()
3589 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff)) in TIFFReadDirectory()
3593 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3594 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
Dtif_dirwrite.c922 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()
955 _TIFFmemcpy(n,&tif->tif_nextdiroff,8); in TIFFWriteDirectorySec()