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:__anon29491
107 uint64 tiff_diroff; /* byte offset to first directory */ member in struct:__anon29492
    [all...]
tif_dirwrite.c 232 if (tif->tif_header.classic.tiff_diroff == tif->tif_diroff)
234 tif->tif_header.classic.tiff_diroff = 0;
238 if (!WriteOK(tif, &(tif->tif_header.classic.tiff_diroff),4))
248 nextdir = tif->tif_header.classic.tiff_diroff;
290 if (tif->tif_header.big.tiff_diroff == tif->tif_diroff)
292 tif->tif_header.big.tiff_diroff = 0;
296 if (!WriteOK(tif, &(tif->tif_header.big.tiff_diroff),8))
306 nextdir = tif->tif_header.big.tiff_diroff;
    [all...]
tif_dir.c     [all...]

Completed in 47 milliseconds