HomeSort by relevance Sort by last modified time
    Searched refs:tiff_diroff (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libtiff/
tif_open.c 291 tif->tif_header.classic.tiff_diroff = 0;
301 tif->tif_header.big.tiff_diroff = 0;
391 TIFFSwabLong(&tif->tif_header.classic.tiff_diroff);
405 TIFFSwabLong8(&tif->tif_header.big.tiff_diroff);
435 tif->tif_nextdiroff = tif->tif_header.classic.tiff_diroff;
437 tif->tif_nextdiroff = tif->tif_header.big.tiff_diroff;
tiff.h 100 uint32 tiff_diroff; /* byte offset to first directory */ member in struct:__anon31517
107 uint64 tiff_diroff; /* byte offset to first directory */ member in struct:__anon31518
    [all...]
tif_dirwrite.c 233 if (tif->tif_header.classic.tiff_diroff == tif->tif_diroff)
235 tif->tif_header.classic.tiff_diroff = 0;
239 if (!WriteOK(tif, &(tif->tif_header.classic.tiff_diroff),4))
249 nextdir = tif->tif_header.classic.tiff_diroff;
291 if (tif->tif_header.big.tiff_diroff == tif->tif_diroff)
293 tif->tif_header.big.tiff_diroff = 0;
297 if (!WriteOK(tif, &(tif->tif_header.big.tiff_diroff),8))
307 nextdir = tif->tif_header.big.tiff_diroff;
    [all...]
tif_dir.c     [all...]

Completed in 152 milliseconds