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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c90 jfieldID graphicsConfigID; variable
1227 graphicsConfigID = (*env)->GetFieldID(env, clazz, "graphicsConfig", "Lsun/awt/X11GraphicsConfig;");
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h110 static jfieldID graphicsConfigID; member in class:AwtComponent
H A Dawt_Component.cpp173 jfieldID AwtComponent::graphicsConfigID; member in class:AwtComponent
463 AwtComponent::graphicsConfigID);
6336 AwtComponent::graphicsConfigID = member in class:AwtComponent
6802 gc = env->GetObjectField(targetObj, AwtComponent::graphicsConfigID);

Completed in 280 milliseconds