Searched refs:BufferedImageGraphicsConfig (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBufferedImageDevice.java35 public BufferedImageDevice(BufferedImageGraphicsConfig gc) {
H A DBufferedImageGraphicsConfig.java44 public class BufferedImageGraphicsConfig class in inherits:GraphicsConfiguration
48 private static BufferedImageGraphicsConfig configs[] =
49 new BufferedImageGraphicsConfig[numconfigs];
51 public static BufferedImageGraphicsConfig getConfig(BufferedImage bImg) {
52 BufferedImageGraphicsConfig ret;
60 ret = new BufferedImageGraphicsConfig(bImg, null);
72 public BufferedImageGraphicsConfig(BufferedImage bufImg, Component comp) { method in class:BufferedImageGraphicsConfig
H A DSunVolatileImage.java171 if (graphicsConfig instanceof BufferedImageGraphicsConfig ||
H A DBufImgSurfaceData.java50 private BufferedImageGraphicsConfig graphicsConfig;
397 graphicsConfig = BufferedImageGraphicsConfig.getConfig(bufImg);

Completed in 32 milliseconds