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 0x00400U /* file is tile, not strip- based */
213 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
tif_dir.c 385 tif->tif_flags |= TIFF_ISTILED;
396 tif->tif_flags |= TIFF_ISTILED;
    [all...]
tif_dirread.c     [all...]

Completed in 375 milliseconds