Searched defs:AwtWin32GraphicsDevice (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.h40 class AwtWin32GraphicsDevice { class
42 AwtWin32GraphicsDevice(int screen, HMONITOR mhnd, Devices *arr);
43 ~AwtWin32GraphicsDevice();
H A Dawt_Win32GraphicsDevice.cpp55 jclass AwtWin32GraphicsDevice::indexCMClass;
56 jclass AwtWin32GraphicsDevice::wToolkitClass;
57 jfieldID AwtWin32GraphicsDevice::dynamicColorModelID;
58 jfieldID AwtWin32GraphicsDevice::indexCMrgbID;
59 jfieldID AwtWin32GraphicsDevice::indexCMcacheID;
60 jmethodID AwtWin32GraphicsDevice::paletteChangedMID;
61 BOOL AwtWin32GraphicsDevice::primaryPalettized;
62 int AwtWin32GraphicsDevice::primaryIndex = 0;
72 AwtWin32GraphicsDevice::AwtWin32GraphicsDevice(in function in class:AwtWin32GraphicsDevice
[all...]

Completed in 30 milliseconds