Searched refs:createCompatibleImage (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java73 public BufferedImage createCompatibleImage(int width, int height) { method in class:CPrinterGraphicsConfig
74 return createCompatibleImage(width, height, Transparency.OPAQUE);
117 public BufferedImage createCompatibleImage(int width, int height, int transparency) { method in class:CPrinterGraphicsConfig
159 * created by <code>createCompatibleImage</code>,
189 * <code>createCompatibleImage</code>, this
H A DCPrinterSurfaceData.java76 dstImage = getDeviceConfiguration().createCompatibleImage(w, h);
H A DCCustomCursor.java105 BufferedImage img = gc.createCompatibleImage(w, h, Transparency.BITMASK);
H A DCPlatformEmbeddedFrame.java121 im = peer.getGraphicsConfiguration().createCompatibleImage(r.width, r.height, transparency);
H A DCTrayIcon.java410 BufferedImage iconImage = gc.createCompatibleImage(w, h,
419 BufferedImage scaledImage = gc.createCompatibleImage(scaledW, scaledH,
H A DCPlatformView.java127 im = getGraphicsConfiguration().createCompatibleImage(r.width, r.height, transparency);
H A DCDragSourceContextPeer.java383 BufferedImage dragImage = config.createCompatibleImage(width, height, Transparency.TRANSLUCENT);
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfiguration.java147 public BufferedImage createCompatibleImage(int width, int height) { method in class:GraphicsConfiguration
174 public BufferedImage createCompatibleImage(int width, int height, method in class:GraphicsConfiguration
178 return createCompatibleImage(width, height);
355 * created by <code>createCompatibleImage</code>,
383 * <code>createCompatibleImage</code>, this
/openjdk7/jdk/test/java/awt/GraphicsDevice/
H A DCloneConfigsTest.java87 public BufferedImage createCompatibleImage(int width, int height) { method in class:CloneConfigsTest.TestConfig
/openjdk7/jdk/test/sun/java2d/pipe/MutableColorTest/
H A DMutableColorTest.java127 bmImage = gc.createCompatibleImage(64, 64, Transparency.BITMASK);
128 argbImage = gc.createCompatibleImage(64, 64, Transparency.TRANSLUCENT);
/openjdk7/jdk/src/macosx/classes/sun/awt/
H A DCGraphicsConfig.java45 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGraphicsConfig
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageGraphicsConfig.java101 public BufferedImage createCompatibleImage(int width, int height) { method in class:BufferedImageGraphicsConfig
H A DSunVolatileImage.java236 return graphicsConfig.createCompatibleImage(getWidth(), getHeight(),
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DDestinations.java201 env.setTestImage(gc.createCompatibleImage(w, h));
203 env.setTestImage(gc.createCompatibleImage(w, h, transparency));
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java586 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT),
588 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
591 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
594 test(gconfig.createCompatibleImage(TESTWIDTH, TESTHEIGHT,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBumps.java221 image = gc.createCompatibleImage(IMAGE_SIZE, IMAGE_SIZE,
H A DMetalIconFactory.java1569 image = gc.createCompatibleImage(getIconWidth(),
1670 image = gc.createCompatibleImage(getIconWidth(),
1770 image = gc.createCompatibleImage(getIconWidth(),
2560 return config.createCompatibleImage(
2596 return config.createCompatibleImage(
/openjdk7/jdk/test/sun/java2d/DirectX/NonOpaqueDestLCDAATest/
H A DNonOpaqueDestLCDAATest.java191 images[i-1+3] = gc.createCompatibleImage(w, h/images.length, i);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java327 // 2004_03_26 cmc: We used to use createCompatibleImage here. Now that createCompatibleImage returns
529 dstImage = getDeviceConfiguration().createCompatibleImage(w, h);
576 this.copyWithBgColor_cache = gc.createCompatibleImage(bimW, bimH);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffectUtils.java412 getGraphicsConfiguration().createCompatibleImage(width, height,
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java338 return config.createCompatibleImage(w, h, Transparency.TRANSLUCENT);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java283 gc.createCompatibleImage(w, h, Transparency.BITMASK);
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java189 public BufferedImage createCompatibleImage(int width, int height) { method in class:GLXGraphicsConfig
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java197 public BufferedImage createCompatibleImage(int width, int height) { method in class:CGLGraphicsConfig
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXCheckboxPeer.java351 buffer = graphicsConfig.createCompatibleImage(w, h);

Completed in 79 milliseconds

12