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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_GraphicsEnv.c96 struct X11GraphicsConfigIDs x11GraphicsConfigIDs; variable in typeref:struct:X11GraphicsConfigIDs
153 x11GraphicsConfigIDs.aData = NULL;
154 x11GraphicsConfigIDs.bitsPerPixel = NULL;
155 x11GraphicsConfigIDs.screen = NULL;
157 x11GraphicsConfigIDs.aData = (*env)->GetFieldID (env, cls, "aData", "J");
158 x11GraphicsConfigIDs.bitsPerPixel = (*env)->GetFieldID (env, cls, "bitsPerPixel", "I");
159 x11GraphicsConfigIDs.screen = (*env)->GetFieldID (env, cls, "screen", "Lsun/awt/X11GraphicsDevice;");
161 if (x11GraphicsConfigIDs.aData == NULL ||
162 x11GraphicsConfigIDs.bitsPerPixel == NULL ||
163 x11GraphicsConfigIDs
[all...]

Completed in 37 milliseconds