< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsDevice.h

Print this page




 102     static jfieldID         indexCMrgbID;
 103     static jfieldID         indexCMcacheID;
 104     static jmethodID        paletteChangedMID;
 105 
 106 private:
 107     static BOOL             AreSameMonitors(HMONITOR mon1, HMONITOR mon2);
 108     ImgColorData            *colorData;
 109     AwtPalette              *palette;
 110     ColorData               *cData;     // Could be static, but may sometime
 111                                         // have per-device info in this structure
 112     BITMAPINFO              *gpBitmapInfo;
 113     int                     screen;
 114     HMONITOR                monitor;
 115     LPMONITORINFO           pMonitorInfo;
 116     jobject                 javaDevice;
 117     Devices                 *devicesArray;
 118     float                   scaleX;
 119     float                   scaleY;
 120 
 121     static HDC              MakeDCFromMonitor(HMONITOR);

 122 };
 123 
 124 #endif AWT_WIN32GRAPHICSDEVICE_H


 102     static jfieldID         indexCMrgbID;
 103     static jfieldID         indexCMcacheID;
 104     static jmethodID        paletteChangedMID;
 105 
 106 private:
 107     static BOOL             AreSameMonitors(HMONITOR mon1, HMONITOR mon2);
 108     ImgColorData            *colorData;
 109     AwtPalette              *palette;
 110     ColorData               *cData;     // Could be static, but may sometime
 111                                         // have per-device info in this structure
 112     BITMAPINFO              *gpBitmapInfo;
 113     int                     screen;
 114     HMONITOR                monitor;
 115     LPMONITORINFO           pMonitorInfo;
 116     jobject                 javaDevice;
 117     Devices                 *devicesArray;
 118     float                   scaleX;
 119     float                   scaleY;
 120 
 121     static HDC              MakeDCFromMonitor(HMONITOR);
 122     static int              CheckIntLimits(double value);
 123 };
 124 
 125 #endif AWT_WIN32GRAPHICSDEVICE_H
< prev index next >