Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.c1252 tif->tif_nextdiroff = 0; in TIFFCreateDirectory()
1273 tif->tif_nextdiroff = 0; in TIFFCreateCustomDirectory()
1548 tif->tif_nextdiroff = nextdir; in TIFFSetDirectory()
1572 tif->tif_nextdiroff = diroff; in TIFFSetSubDirectory()
1597 return (tif->tif_nextdiroff == 0); in TIFFLastDirectory()
1691 tif->tif_nextdiroff = 0; /* next write must be at end */ in TIFFUnlinkDirectory()
Dtif_open.c435 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;
437 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
Dtiffiop.h131 uint64 tif_nextdiroff; /* file offset of following directory */ member
Dtif_dirread.c3409 tif->tif_diroff=tif->tif_nextdiroff; in TIFFReadDirectory()
3410 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff)) in TIFFReadDirectory()
3414 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3415 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
Dtif_dirwrite.c857 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()
890 _TIFFmemcpy(n,&tif->tif_nextdiroff,8); in TIFFWriteDirectorySec()
/external/opencv3/3rdparty/libtiff/
Dtif_dir.c1232 tif->tif_nextdiroff = 0; in TIFFCreateDirectory()
1253 tif->tif_nextdiroff = 0; in TIFFCreateCustomDirectory()
1502 tif->tif_nextdiroff = nextdir; in TIFFSetDirectory()
1526 tif->tif_nextdiroff = diroff; in TIFFSetSubDirectory()
1551 return (tif->tif_nextdiroff == 0); in TIFFLastDirectory()
1645 tif->tif_nextdiroff = 0; /* next write must be at end */ in TIFFUnlinkDirectory()
Dtif_open.c435 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;
437 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
Dtiffiop.h126 uint64 tif_nextdiroff; /* file offset of following directory */ member
Dtif_dirread.c3428 tif->tif_diroff=tif->tif_nextdiroff; in TIFFReadDirectory()
3429 if (!TIFFCheckDirOffset(tif,tif->tif_nextdiroff)) in TIFFReadDirectory()
3433 nextdiroff = tif->tif_nextdiroff; in TIFFReadDirectory()
3434 dircount=TIFFFetchDirectory(tif,nextdiroff,&dir,&tif->tif_nextdiroff); in TIFFReadDirectory()
Dtif_dirwrite.c857 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()
890 _TIFFmemcpy(n,&tif->tif_nextdiroff,8); in TIFFWriteDirectorySec()
DChangeLog1519 * tif_dirwrite.c: Write the tif_nextdiroff value instead of a fixed