Searched refs:GetDevice (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DDevices.h43 AwtWin32GraphicsDevice* GetDevice(int index, BOOL adjust = TRUE);
H A Dawt_Win32GraphicsDevice.cpp661 return devices->GetDevice(deviceIndex)->GetColorModel(env, dynamic);
667 return devices->GetDevice(deviceIndex)->GetMonitorInfo();
685 HMONITOR monitor = devices->GetDevice(deviceIndex)->GetMonitor();
687 devices->GetDevice(deviceIndex)->pMonitorInfo);
696 devices->GetDevice(0)->DisableOffscreenAcceleration();
700 if (devices->GetDevice(i)->GetMonitor() == hMonitor) {
701 devices->GetDevice(i)->DisableOffscreenAcceleration();
710 return devices->GetDevice(deviceIndex)->GetMonitor();
716 return devices->GetDevice(deviceIndex)->GetPalette();
722 devices->GetDevice(deviceInde
[all...]
H A DDevices.cpp53 * // (note: ref count is not increased with GetDevice())
54 * AwtWin32GraphicsDevice *dev = devices->GetDevice(idx);
237 oldDevices->GetDevice(i)->Invalidate(env);
311 AwtWin32GraphicsDevice * ret = GetDevice(index, adjust);
325 AwtWin32GraphicsDevice *Devices::GetDevice(int index, BOOL adjust) function in class:Devices
328 "Devices::GetDevice index=%d adjust?=%d",
333 "Devices::GetDevice: "\
338 "Devices::GetDevice: "\
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftProvider/
H A DGetDevice.java37 public class GetDevice { class

Completed in 34 milliseconds