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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 45 PixelFormatAlpha = 0x00040000, // Has an alpha component
62 PixelFormat16bppARGB1555 = 7 | (16 << 8) | PixelFormatAlpha
66 PixelFormat32bppARGB = 10 | (32 << 8) | PixelFormatAlpha
69 PixelFormat32bppPARGB = 11 | (32 << 8) | PixelFormatAlpha
73 PixelFormat64bppARGB = 13 | (64 << 8) | PixelFormatAlpha
76 PixelFormat64bppPARGB = 14 | (64 << 8) | PixelFormatAlpha
89 #define PixelFormatAlpha 0x00040000 // Has an alpha component
103 #define PixelFormat16bppARGB1555 (7 | (16 << 8) | PixelFormatAlpha | PixelFormatGDI)
106 #define PixelFormat32bppARGB (10 | (32 << 8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical)
107 #define PixelFormat32bppPARGB (11 | (32 << 8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatGDI)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 34 #define PixelFormatAlpha ((INT) 0x00040000)
53 (7 | (16<<8) | PixelFormatAlpha | PixelFormatGDI))
59 (10 | (32<<8) | PixelFormatAlpha | PixelFormatGDI | PixelFormatCanonical))
61 (11 | (32<<8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatGDI))
65 (13 | (64<<8) | PixelFormatAlpha | PixelFormatCanonical | PixelFormatExtended))
67 (14 | (64<<8) | PixelFormatAlpha | PixelFormatPAlpha | PixelFormatExtended))
102 return (pixfmt & PixelFormatAlpha) != 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 35 milliseconds