Searched refs:graphicsConfig (Results 1 - 25 of 27) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXCanvasPeer.java62 if (graphicsConfig == null || gc == null) {
71 int visual = graphicsConfig.getVisual();
80 graphicsConfig = (X11GraphicsConfig)newDev.getConfigurations()[i];
85 if (graphicsConfig == null) {
86 graphicsConfig = (X11GraphicsConfig) GraphicsEnvironment.
92 return graphicsConfig;
H A DXWindow.java77 protected X11GraphicsConfig graphicsConfig; field in class:XWindow
172 graphicsConfig = (X11GraphicsConfig) target.getGraphicsConfiguration();
173 graphicsConfigData = new AwtGraphicsConfigData(graphicsConfig.getAData());
246 surfaceData = graphicsConfig.createSurfaceData(this);
259 if (graphicsConfig == null) {
262 return graphicsConfig;
339 return graphicsConfig.getColorModel (transparency);
344 if (graphicsConfig != null) {
345 return graphicsConfig.getColorModel ();
1399 surfaceData = graphicsConfig
[all...]
H A DXComponentPeer.java718 return graphicsConfig.createAcceleratedImage(target, width, height);
1144 backBuffer = graphicsConfig.createBackBuffer(this, numBuffers, caps);
1145 xBackBuffer = graphicsConfig.createBackBufferImage(target,
1163 graphicsConfig.flip(this, target, xBackBuffer,
1181 graphicsConfig.destroyBackBuffer(backBuffer);
1394 if (graphicsConfig != null) {
1395 oldVisual = graphicsConfig.getVisual();
H A DXScrollbar.java179 X11GraphicsConfig graphicsConfig = (X11GraphicsConfig)(sb.getEventSource().getGraphicsConfiguration());
180 buffer = graphicsConfig.createCompatibleImage(width, height);
H A DXBaseMenuWindow.java660 if (peer != null && peer.graphicsConfig != null) {
661 return peer.graphicsConfig;
663 return graphicsConfig;
H A DXCheckboxPeer.java347 buffer = graphicsConfig.createCompatibleImage(w, h);
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/hw/
H A DAccelTypedVolatileImage.java42 * @param graphicsConfig a GraphicsConfiguration for which this image should
52 public AccelTypedVolatileImage(GraphicsConfiguration graphicsConfig, argument
56 super(null, graphicsConfig, width, height, null, transparency,
/openjdk10/jdk/src/java.desktop/unix/native/common/awt/
H A Dawt_Component.h38 jfieldID graphicsConfig; member in struct:ComponentIDs
/openjdk10/jdk/test/java/awt/Window/TranslucentJAppletTest/
H A DTranslucentJAppletTest.java40 private static volatile GraphicsConfiguration graphicsConfig = null; field in class:TranslucentJAppletTest
45 frame = new JFrame(graphicsConfig);
76 graphicsConfig = gc;
81 if (graphicsConfig != null) {
85 if (graphicsConfig == null) {
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/image/
H A DSunVolatileImage.java60 private GraphicsConfiguration graphicsConfig; field in class:SunVolatileImage
66 GraphicsConfiguration graphicsConfig,
72 this.graphicsConfig = graphicsConfig;
98 GraphicsConfiguration graphicsConfig,
102 this(comp, graphicsConfig,
117 public SunVolatileImage(GraphicsConfiguration graphicsConfig, argument
121 this(null, graphicsConfig, width, height, null, transparency,
134 return graphicsConfig;
139 // graphicsConfig fro
65 SunVolatileImage(Component comp, GraphicsConfiguration graphicsConfig, int width, int height, Object context, int transparency, ImageCapabilities caps, int accType) argument
97 SunVolatileImage(Component comp, GraphicsConfiguration graphicsConfig, int width, int height, Object context, ImageCapabilities caps) argument
[all...]
H A DBufImgSurfaceData.java51 private BufferedImageGraphicsConfig graphicsConfig; field in class:BufImgSurfaceData
433 if (graphicsConfig == null) {
434 graphicsConfig = BufferedImageGraphicsConfig
437 return graphicsConfig;
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Canvas.cpp66 jobject graphicsConfig = NULL; local
116 graphicsConfig = env->GetObjectField(target,
118 if (graphicsConfig != NULL) {
126 if ( env->IsInstanceOf( graphicsConfig, win32cls ) ) {
128 jint visual = env->GetIntField(graphicsConfig,
155 env->DeleteLocalRef(graphicsConfig);
166 env->DeleteLocalRef(graphicsConfig);
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java152 private OGLGraphicsConfig graphicsConfig; field in class:OGLSurfaceData
228 this.graphicsConfig = gc;
235 return OGLSurfaceDataProxy.createProxy(srcData, graphicsConfig);
304 OGLContext.setScratchSurface(graphicsConfig);
324 return graphicsConfig.getContext();
331 return graphicsConfig;
400 graphicsConfig.isCapPresent(CAPS_EXT_LCD_SHADER) &&
468 if (graphicsConfig.isCapPresent(CAPS_PS30) &&
537 !graphicsConfig.isCapPresent(CAPS_MULTITEXTURE))
562 OGLContext.setScratchSurface(graphicsConfig);
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/opengl/
H A DGLXSurfaceData.java41 private GLXGraphicsConfig graphicsConfig; field in class:GLXSurfaceData
50 this.graphicsConfig = gc;
51 initOps(peer, graphicsConfig.getAData());
55 return graphicsConfig;
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/windows/
H A DGDIWindowSurfaceData.java56 private Win32GraphicsConfig graphicsConfig; field in class:GDIWindowSurfaceData
236 return graphicsConfig;
269 this.graphicsConfig =
271 this.solidloops = graphicsConfig.getSolidLoops(sType);
272 Win32GraphicsDevice gd = graphicsConfig.getDevice();
276 setBlitProxyKey(graphicsConfig.getProxyKey());
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java47 private CGLGraphicsConfig graphicsConfig; field in class:CGLSurfaceData
68 this.graphicsConfig = gc;
84 this.graphicsConfig = gc;
98 return graphicsConfig;
/openjdk10/jdk/src/java.desktop/windows/classes/sun/java2d/opengl/
H A DWGLSurfaceData.java44 private WGLGraphicsConfig graphicsConfig; field in class:WGLSurfaceData
56 this.graphicsConfig = gc;
78 return graphicsConfig;
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRSurfaceData.java44 XRGraphicsConfig graphicsConfig; field in class:XRSurfaceData
109 return XRSurfaceDataProxy.createProxy(srcData, graphicsConfig);
227 return graphicsConfig;
279 this.graphicsConfig = gc;
280 this.solidloops = graphicsConfig.getSolidLoops(sType);
282 initOps(peer, graphicsConfig, depth);
752 return graphicsConfig;
/openjdk10/jdk/src/java.desktop/unix/classes/sun/java2d/x11/
H A DX11SurfaceData.java70 X11GraphicsConfig graphicsConfig; field in class:X11SurfaceData
279 return X11SurfaceDataProxy.createProxy(srcData, graphicsConfig);
396 return graphicsConfig;
433 this.graphicsConfig = gc;
434 this.solidloops = graphicsConfig.getSolidLoops(sType);
436 initOps(peer, graphicsConfig, depth);
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPlatformView.java113 CGraphicsConfig graphicsConfig = (CGraphicsConfig)getGraphicsConfiguration();
114 surfaceData = graphicsConfig.createSurfaceData(this);
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java67 private GraphicsConfiguration graphicsConfig; field in class:LWWindowPeer
134 // graphicsConfig should be updated according to the real window
136 this.graphicsConfig = gc;
252 // TODO: update graphicsConfig, see 4868278
276 return graphicsConfig;
1063 if (graphicsConfig == gc) {
1070 graphicsConfig = gc;
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXToolkit.c195 componentIDs.graphicsConfig =
196 (*env)->GetFieldID(env, cls, "graphicsConfig",
198 CHECK_NULL(componentIDs.graphicsConfig);
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DWindow.java4033 GraphicsConfiguration graphicsConfig =
4035 Rectangle screenBounds = graphicsConfig.getBounds();
4037 Toolkit.getDefaultToolkit().getScreenInsets(graphicsConfig);
H A DComponent.java314 private transient volatile GraphicsConfiguration graphicsConfig; field in class:Component
1124 return graphicsConfig;
1139 if (graphicsConfig == gc) {
1143 graphicsConfig = gc;
1157 if (graphicsConfig != null) {
1158 if (!graphicsConfig.getDevice().getIDstring().equals(stringID)) {
/openjdk10/jdk/src/java.desktop/unix/native/common/java2d/x11/
H A DX11SurfaceData.c209 jobject graphicsConfig, jint depth)
251 graphicsConfig,
207 Java_sun_java2d_x11_XSurfaceData_initOps(JNIEnv *env, jobject xsd, jobject peer, jobject graphicsConfig, jint depth) argument

Completed in 355 milliseconds

12