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

  /external/pdfium/third_party/libtiff/
tiffiop.h 116 #define TIFF_ISTILED 0x00400 /* file is tile, not strip- based */
213 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
tif_dir.c 351 tif->tif_flags |= TIFF_ISTILED;
362 tif->tif_flags |= TIFF_ISTILED;
    [all...]
tif_dirread.c     [all...]

Completed in 45 milliseconds