Searched refs:xBackBuffer (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java312 Component target, VolatileImage xBackBuffer,
317 SurfaceManager vsm = SurfaceManager.getManager(xBackBuffer);
327 bbg.drawImage(xBackBuffer, 0, 0, null);
334 g.drawImage(xBackBuffer,
351 Graphics g = xBackBuffer.getGraphics();
355 xBackBuffer.getWidth(),
356 xBackBuffer.getHeight());
311 flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java366 Component target, VolatileImage xBackBuffer,
371 SurfaceManager vsm = SurfaceManager.getManager(xBackBuffer);
381 bbg.drawImage(xBackBuffer, 0, 0, null);
386 pView.drawImageOnPeer(xBackBuffer, x1, y1, x2, y2);
397 Graphics g = xBackBuffer.getGraphics();
401 xBackBuffer.getWidth(),
402 xBackBuffer.getHeight());
365 flip(CPlatformView pView, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java160 Component target, VolatileImage xBackBuffer,
159 flip(CPlatformView delegate, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformView.java113 public void drawImageOnPeer(VolatileImage xBackBuffer, int x1, int y1, int x2, int y2) { argument
116 g.drawImage(xBackBuffer, x1, y1, x2, y2, x1, y1, x2, y2, null);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXComponentPeer.java107 private VolatileImage xBackBuffer = null; field in class:XComponentPeer
1196 xBackBuffer = graphicsConfig.createBackBufferImage(target,
1214 graphicsConfig.flip(this, target, xBackBuffer,
1225 return xBackBuffer;
1234 xBackBuffer = null;
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsConfig.java447 Component target, VolatileImage xBackBuffer,
446 flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument

Completed in 524 milliseconds