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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 95 static __inline__ UINT GetPixelFormatSize(PixelFormat pixfmt)
97 return (((UINT) pixfmt) & 0xff00U) >> 8;
100 static __inline__ BOOL IsAlphaPixelFormat(PixelFormat pixfmt)
102 return (pixfmt & PixelFormatAlpha) != 0;
105 static __inline__ BOOL IsCanonicalPixelFormat(PixelFormat pixfmt)
107 return (pixfmt & PixelFormatCanonical) != 0;
110 static __inline__ BOOL IsExtendedPixelFormat(PixelFormat pixfmt)
112 return (pixfmt & PixelFormatExtended) != 0;
115 static __inline__ BOOL IsIndexedPixelFormat(PixelFormat pixfmt)
117 return (pixfmt & PixelFormatIndexed) != 0
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 122 PixelFormat pixfmt
125 return (pixfmt >> 8) & 0xff;
134 PixelFormat pixfmt
137 return (pixfmt & PixelFormatIndexed) != 0;
146 PixelFormat pixfmt
149 return (pixfmt & PixelFormatAlpha) != 0;
159 PixelFormat pixfmt
162 return (pixfmt & PixelFormatExtended) != 0;
175 PixelFormat pixfmt
178 return (pixfmt & PixelFormatCanonical) != 0;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 3412 struct v4l2_pix_format pixfmt; local
    [all...]

Completed in 282 milliseconds