Searched refs:initSurface (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImage.java64 initSurface(raster.getWidth(), raster.getHeight());
100 private void initSurface(int width, int height) { method in class:OffScreenImage
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLSurfaceData.java218 initSurface(width, height);
/openjdk7/jdk/src/solaris/classes/sun/java2d/opengl/
H A DGLXSurfaceData.java197 initSurface(width, height);
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java266 initSurface(this.width, this.height);
341 initSurface(this.width, this.height);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DSurfaceData.java238 initSurface();
385 protected void initSurface() { method in class:D3DSurfaceData
828 initSurface();
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11SurfaceData.java76 protected native void initSurface(int depth, int width, int height, method in class:X11SurfaceData
769 initSurface(depth, width, height, drawable);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRSurfaceData.java594 initSurface(depth, width, height, drawable, pictFormat);
600 public void initSurface(int depth, int width, int height, method in class:XRSurfaceData.XRPixmapSurfaceData
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLSurfaceData.java260 * This method is kept separate from the initSurface() method below just
307 protected void initSurface(final int width, final int height) { method in class:OGLSurfaceData

Completed in 45 milliseconds