Searched defs:createCompatibleVolatileImage (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DAccelGraphicsConfig.java62 public VolatileImage createCompatibleVolatileImage(int width, int height, method in interface:AccelGraphicsConfig
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java90 public VolatileImage createCompatibleVolatileImage(int width, int height) { method in class:CPrinterGraphicsConfig
91 return createCompatibleVolatileImage(width, height, Transparency.OPAQUE);
95 public VolatileImage createCompatibleVolatileImage(int width, int height, int transparency) { method in class:CPrinterGraphicsConfig
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfiguration.java205 public VolatileImage createCompatibleVolatileImage(int width, int height) { method in class:GraphicsConfiguration
208 vi = createCompatibleVolatileImage(width, height,
236 public VolatileImage createCompatibleVolatileImage(int width, int height, method in class:GraphicsConfiguration
241 vi = createCompatibleVolatileImage(width, height, null, transparency);
270 public VolatileImage createCompatibleVolatileImage(int width, int height, method in class:GraphicsConfiguration
273 return createCompatibleVolatileImage(width, height, caps,
304 public VolatileImage createCompatibleVolatileImage(int width, int height, method in class:GraphicsConfiguration
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java271 * @see sun.java2d.pipe.hw.AccelGraphicsConfig#createCompatibleVolatileImage
275 createCompatibleVolatileImage(int width, int height, method in class:D3DGraphicsConfig
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLGraphicsConfig.java441 * @see sun.java2d.pipe.hw.AccelGraphicsConfig#createCompatibleVolatileImage
444 createCompatibleVolatileImage(int width, int height, method in class:CGLGraphicsConfig
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java420 * @see sun.java2d.pipe.hw.AccelGraphicsConfig#createCompatibleVolatileImage
424 createCompatibleVolatileImage(int width, int height, method in class:WGLGraphicsConfig
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXGraphicsConfig.java395 * @see sun.java2d.pipe.hw.AccelGraphicsConfig#createCompatibleVolatileImage
399 createCompatibleVolatileImage(int width, int height, method in class:GLXGraphicsConfig

Completed in 80 milliseconds