Searched refs:Texture (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DPaints.java54 impls.put(SunGraphics2D.PAINT_TEXTURE, new Texture());
98 private static class Texture extends D3DPaints { class in class:D3DPaints
99 private Texture() {} method in class:D3DPaints.Texture
103 * accelerated BufferedPaints.Texture implementation.
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLPaints.java57 impls.put(SunGraphics2D.PAINT_TEXTURE, new Texture());
96 private static class Texture extends OGLPaints { class in class:OGLPaints
97 private Texture() {} method in class:OGLPaints.Texture
101 * accelerated OGLPaints.Texture implementation. A TexturePaint is
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzSurfaceData.m422 #pragma mark --- Texture ---

Completed in 83 milliseconds