Searched defs:refreshRate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DDisplayMode.java50 private int refreshRate; field in class:DisplayMode
59 * @param refreshRate the refresh rate of the display, in hertz.
65 public DisplayMode(int width, int height, int bitDepth, int refreshRate) { argument
68 this.refreshRate = refreshRate;
120 return refreshRate;
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsDevice.java337 int refreshRate);
341 final int bitDepth, final int refreshRate)
346 refreshRate);
375 bitDepth, refreshRate);
334 configDisplayModeNative(int screen, long hwnd, int width, int height, int bitDepth, int refreshRate) argument
339 configDisplayMode(final int screen, final WindowPeer w, final int width, final int height, final int bitDepth, final int refreshRate) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp35 jint bitDepth, jint refreshRate);
37 jint height, jint bitDepth, jint refreshRate);
253 jint width, jint height, jint bitDepth, jint refreshRate)
276 newParams.FullScreen_RefreshRateInHz = refreshRate;
303 mode.RefreshRate == refreshRate)
329 bitDepth, refreshRate);
251 Java_sun_java2d_d3d_D3DGraphicsDevice_configDisplayModeNative(JNIEnv *env, jclass gdc, jint gdiScreen, jlong window, jint width, jint height, jint bitDepth, jint refreshRate) argument
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsDevice.java439 int refreshRate);
437 configDisplayMode(int screen, WindowPeer w, int width, int height, int bitDepth, int refreshRate) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Win32GraphicsDevice.cpp1066 jint bitDepth, jint refreshRate) {
1086 height, bitDepth, refreshRate);
1163 jint width, jint height, jint bitDepth, jint refreshRate)
1174 dm.dmDisplayFrequency = refreshRate;
1211 jint height, jint bitDepth, jint refreshRate) {
1216 bitDepth, refreshRate);
1065 CreateDisplayMode(JNIEnv* env, jint width, jint height, jint bitDepth, jint refreshRate) argument
1161 Java_sun_awt_Win32GraphicsDevice_configDisplayMode(JNIEnv* env, jobject graphicsDevice, jint screen, jobject windowPeer, jint width, jint height, jint bitDepth, jint refreshRate) argument
1210 addDisplayMode(JNIEnv* env, jobject arrayList, jint width, jint height, jint bitDepth, jint refreshRate) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c1787 jint bitDepth, jint refreshRate)
1791 jint validRefreshRate = refreshRate;
1819 jint bitDepth, jint refreshRate)
1822 bitDepth, refreshRate);
2029 jint screen, jint width, jint height, jint refreshRate)
2063 if (rates[j] == refreshRate) {
1786 X11GD_CreateDisplayMode(JNIEnv *env, jint width, jint height, jint bitDepth, jint refreshRate) argument
1817 X11GD_AddDisplayMode(JNIEnv *env, jobject arrayList, jint width, jint height, jint bitDepth, jint refreshRate) argument
2027 Java_sun_awt_X11GraphicsDevice_configDisplayMode(JNIEnv* env, jclass x11gd, jint screen, jint width, jint height, jint refreshRate) argument

Completed in 48 milliseconds