Searched refs:graphicsConfigID (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_DrawingSurface.c52 extern jfieldID graphicsConfigID;
171 gc_object = (*env)->GetObjectField(env, peer, graphicsConfigID);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Canvas.cpp108 AwtComponent::graphicsConfigID);
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);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c90 jfieldID graphicsConfigID; variable
1227 graphicsConfigID = (*env)->GetFieldID(env, clazz, "graphicsConfig", "Lsun/awt/X11GraphicsConfig;");

Completed in 1582 milliseconds