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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 47 PixelFormatExtended = 0x00100000, // Uses extended color (16 bits per channel)
59 PixelFormat16bppGrayScale = 4 | (16 << 8) | PixelFormatExtended,
72 PixelFormat48bppRGB = 12 | (48 << 8) | PixelFormatExtended,
75 | PixelFormatExtended,
78 | PixelFormatExtended,
91 #define PixelFormatExtended 0x00100000 // Uses extended color (16 bits per channel)
100 #define PixelFormat16bppGrayScale (4 | (16 << 8) | PixelFormatExtended)
108 #define PixelFormat48bppRGB (12 | (48 << 8) | PixelFormatExtended)
109 #define PixelFormat64bppARGB (13 | (64 << 8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended)
110 #define PixelFormat64bppPARGB (14 | (64 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 36 #define PixelFormatExtended ((INT) 0x00100000)
47 (4 | (16<<8) | PixelFormatExtended))
63 (12 | (48<<8) | PixelFormatExtended))
65 (13 | (64<<8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended))
67 (14 | (64<<8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended))
112 return (pixfmt & PixelFormatExtended) != 0;
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 66 milliseconds