Searched refs:getGraphicsConfiguration (Results 1 - 25 of 153) sorted by relevance

1234567

/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/
H A DX11ComponentPeer.java38 GraphicsConfiguration getGraphicsConfiguration(); method in interface:X11ComponentPeer
/openjdk10/jdk/test/java/awt/Component/TreeLockDeadlock/
H A DTreeLockDeadlock.java39 public synchronized GraphicsConfiguration getGraphicsConfiguration() { method in class:TreeLockDeadlock
40 return super.getGraphicsConfiguration();
70 window.getGraphicsConfiguration();
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/opengl/
H A DCGLLayer.java67 public GraphicsConfiguration getGraphicsConfiguration() { method in class:CGLLayer
68 return peer.getGraphicsConfiguration();
91 CGraphicsConfig gc = (CGraphicsConfig)getGraphicsConfiguration();
/openjdk10/jdk/test/sun/awt/image/OffScreenImageSource/
H A DImageConsumerUnregisterTest.java53 component.getGraphicsConfiguration().createCompatibleImage(
/openjdk10/jdk/test/java/awt/Multiscreen/WindowGCChangeTest/
H A DWindowGCChangeTest.java113 GraphicsConfiguration gcf = f.getGraphicsConfiguration();
131 GraphicsConfiguration gcg = g.getGraphicsConfiguration();
149 GraphicsConfiguration gch = h.getGraphicsConfiguration();
/openjdk10/jdk/test/java/awt/Graphics2D/DrawString/
H A DXRenderElt254TextTest.java44 Image dstImg = getGraphicsConfiguration().createCompatibleVolatileImage(400, 400);
/openjdk10/jdk/test/java/awt/Graphics2D/
H A DWhiteTextColorTest.java41 Image dstImg = getGraphicsConfiguration()
/openjdk10/jdk/test/java/awt/Window/WindowGCInFullScreen/
H A DWindowGCInFullScreen.java60 if (frame.getGraphicsConfiguration().getDevice() != gd) {
/openjdk10/jdk/test/javax/swing/plaf/gtk/crash/
H A DRenderBadPictureCrash.java44 GraphicsDevice gd = f.getGraphicsConfiguration().getDevice();
/openjdk10/jdk/test/java/awt/FullScreen/SetFSWindow/
H A DFSFrame.java55 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
87 GraphicsConfiguration gc = getGraphicsConfiguration();
127 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
/openjdk10/jdk/test/java/awt/Multiscreen/DeviceIdentificationTest/
H A DDeviceIdentificationTest.java75 f.getGraphicsConfiguration().getDevice());
102 GraphicsConfiguration gc = f.getGraphicsConfiguration();
115 GraphicsConfiguration gc = f.getGraphicsConfiguration();
/openjdk10/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java95 vimg.validate(getGraphicsConfiguration());
116 if (vimg.validate(getGraphicsConfiguration()) != VolatileImage.IMAGE_OK) {
191 GraphicsConfiguration gc = frame.getGraphicsConfiguration();
/openjdk10/jdk/test/java/awt/Multiscreen/UpdateGCTest/
H A DUpdateGCTest.java128 if (c.getGraphicsConfiguration() != gc)
132 System.err.println("Component GC: " + c.getGraphicsConfiguration());
/openjdk10/jdk/test/java/awt/WMSpecificTests/Metacity/
H A DFullscreenDialogModality.java47 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
59 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
/openjdk10/jdk/src/java.desktop/share/classes/sun/swing/
H A DCachedPainter.java109 GraphicsConfiguration config = getGraphicsConfiguration(c);
161 GraphicsConfiguration config = getGraphicsConfiguration(c);
239 private GraphicsConfiguration getGraphicsConfiguration(Component c) { method in class:CachedPainter
243 return c.getGraphicsConfiguration();
/openjdk10/jdk/test/java/awt/FullScreen/DisplayChangeVITest/
H A DDisplayChangeVITest.java119 GraphicsDevice gd = getGraphicsConfiguration().getDevice();
160 int res = bb.validate(getGraphicsConfiguration());
164 bb.validate(getGraphicsConfiguration());
174 volSprite.validate(getGraphicsConfiguration());
/openjdk10/jdk/test/java/awt/Window/WindowJumpingTest/
H A DWindowJumpingTest.java79 GraphicsDevice actualGraphicsDevice = window.getGraphicsConfiguration().getDevice();
/openjdk10/jdk/test/sun/java2d/xrender/
H A DHugeGradientTest.java40 Image dstImg = getGraphicsConfiguration()
/openjdk10/jdk/test/javax/imageio/plugins/jpeg/
H A DJPEGsNotAcceleratedTest.java184 if (testVI.validate(f.getGraphicsConfiguration()) ==
224 bi.getCapabilities(f.getGraphicsConfiguration());
281 f.getGraphicsConfiguration().getBounds().width)
285 f.getGraphicsConfiguration().getBounds().height)
310 if (f.getGraphicsConfiguration().getColorModel().getPixelSize() < 16) {
/openjdk10/jdk/test/java/awt/EmbeddedFrame/GraphicsConfigTest/
H A DGraphicsConfigTest.java148 GraphicsConfiguration g1 = c.getGraphicsConfiguration();
150 GraphicsConfiguration g2 = d.getGraphicsConfiguration();
/openjdk10/jdk/test/sun/java2d/X11SurfaceData/SharedMemoryPixmapsTest/
H A DSharedMemoryPixmapsTest.java85 res = vi.validate(getGraphicsConfiguration());
90 vi.validate(getGraphicsConfiguration());
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java278 public GraphicsConfiguration getGraphicsConfiguration() {
280 return peer.getGraphicsConfiguration();
293 public GraphicsConfiguration getGraphicsConfiguration() {
295 return peer.getGraphicsConfiguration();
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/peer/
H A DComponentPeer.java437 * @see Component#getGraphicsConfiguration()
439 GraphicsConfiguration getGraphicsConfiguration(); method in interface:ComponentPeer
/openjdk10/jdk/test/java/awt/GradientPaint/
H A DLinearColorSpaceGradientTest.java43 dstImg = getGraphicsConfiguration().createCompatibleVolatileImage(20,
/openjdk10/jdk/test/java/awt/image/DrawImage/
H A DEABlitTest.java39 Image dstImg = getGraphicsConfiguration().createCompatibleVolatileImage(20, 50);

Completed in 212 milliseconds

1234567