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

  /external/pdfium/third_party/libtiff/
tif_open.c 265 tif->tif_flags |= TIFF_BIGTIFF;
288 if (!(tif->tif_flags&TIFF_BIGTIFF))
424 tif->tif_flags |= TIFF_BIGTIFF;
434 if (!(tif->tif_flags&TIFF_BIGTIFF))
tif_dirwrite.c 230 if (!(tif->tif_flags&TIFF_BIGTIFF))
784 if (!(tif->tif_flags&TIFF_BIGTIFF))
789 if (!(tif->tif_flags&TIFF_BIGTIFF))
813 if (!(tif->tif_flags&TIFF_BIGTIFF))
825 if (!(tif->tif_flags&TIFF_BIGTIFF))
    [all...]
tif_dir.c     [all...]
tif_dirread.c 794 if (!(tif->tif_flags&TIFF_BIGTIFF))
    [all...]
tiffiop.h 125 #define TIFF_BIGTIFF 0x80000 /* read/write bigtiff */
tif_write.c 730 if (!(tif->tif_flags&TIFF_BIGTIFF))

Completed in 66 milliseconds