Searched defs:primaryIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.h84 static int GetDefaultDeviceIndex() { return primaryIndex; }
89 static int primaryIndex; member in class:AwtWin32GraphicsDevice
H A Dawt_Robot.cpp223 int primaryIndex = AwtWin32GraphicsDevice::GetDefaultDeviceIndex(); local
225 AwtWin32GraphicsDevice::SelectPalette(hdcMem, primaryIndex);
226 AwtWin32GraphicsDevice::RealizePalette(hdcMem, primaryIndex);
H A Dawt_Win32GraphicsDevice.cpp62 int AwtWin32GraphicsDevice::primaryIndex = 0; member in class:AwtWin32GraphicsDevice
95 primaryIndex = screen;

Completed in 303 milliseconds