HomeSort by relevance Sort by last modified time
    Searched defs:tif_flags (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libtiff/
tiffiop.h 101 uint32 tif_flags; member in struct:tiff
208 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
209 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
210 #define isFillOrder(tif, o) (((tif)->tif_flags & (o)) != 0)
211 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)
  /external/pdfium/third_party/libtiff/
tiffiop.h 106 uint32 tif_flags; member in struct:tiff
213 #define isTiled(tif) (((tif)->tif_flags & TIFF_ISTILED) != 0)
214 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
215 #define isFillOrder(tif, o) (((tif)->tif_flags & (o)) != 0)
216 #define isUpSampled(tif) (((tif)->tif_flags & TIFF_UPSAMPLED) != 0)

Completed in 71 milliseconds