Searched defs:Texture (Results 1 - 2 of 2) 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

Completed in 31 milliseconds