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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPixelFormats.h 43 PixelFormatIndexed = 0x00010000, // Indexes into a palette
53 PixelFormat1bppIndexed = 1 | ( 1 << 8) | PixelFormatIndexed
55 PixelFormat4bppIndexed = 2 | ( 4 << 8) | PixelFormatIndexed
57 PixelFormat8bppIndexed = 3 | ( 8 << 8) | PixelFormatIndexed
87 #define PixelFormatIndexed 0x00010000 // Indexes into a palette
97 #define PixelFormat1bppIndexed (1 | ( 1 << 8) | PixelFormatIndexed | PixelFormatGDI)
98 #define PixelFormat4bppIndexed (2 | ( 4 << 8) | PixelFormatIndexed | PixelFormatGDI)
99 #define PixelFormat8bppIndexed (3 | ( 8 << 8) | PixelFormatIndexed | PixelFormatGDI)
137 return (pixfmt & PixelFormatIndexed) != 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 32 #define PixelFormatIndexed ((INT) 0x00010000)
41 (1 | (1<<8) | PixelFormatIndexed | PixelFormatGDI))
43 (2 | (4<<8) | PixelFormatIndexed | PixelFormatGDI))
45 (3 | (8<<8) | PixelFormatIndexed | PixelFormatGDI))
117 return (pixfmt & PixelFormatIndexed) != 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 591 milliseconds