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 231 if (!(tif->tif_flags&TIFF_BIGTIFF))
799 if (!(tif->tif_flags&TIFF_BIGTIFF))
804 if (!(tif->tif_flags&TIFF_BIGTIFF))
828 if (!(tif->tif_flags&TIFF_BIGTIFF))
840 if (!(tif->tif_flags&TIFF_BIGTIFF))
    [all...]
tif_dir.c     [all...]
tif_dirread.c 798 if (!(tif->tif_flags&TIFF_BIGTIFF))
    [all...]
tiffiop.h 125 #define TIFF_BIGTIFF 0x80000U /* read/write bigtiff */
tif_write.c 764 if (!(tif->tif_flags&TIFF_BIGTIFF))

Completed in 65 milliseconds