Searched refs:BufferedContext (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DBufferedContextProvider.java28 import sun.java2d.pipe.BufferedContext;
31 * Classes implementing this interface can provide the {@code BufferedContext}
34 * @see sun.java2d.pipe.BufferedContext
42 * @see sun.java2d.pipe.BufferedContext
44 public BufferedContext getContext();
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DContext.java28 import sun.java2d.pipe.BufferedContext;
40 class D3DContext extends BufferedContext {
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLContext.java28 import sun.java2d.pipe.BufferedContext;
39 public class OGLContext extends BufferedContext {
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedContext.java50 public abstract class BufferedContext { class
80 * This is a reference to the most recently validated BufferedContext. If
83 * check to see if the BufferedContext passed to that method is the same
86 protected static BufferedContext currentContext;
100 protected BufferedContext(RenderQueue rq) { method in class:BufferedContext
128 BufferedContext d3dc = dstData.getContext();
H A DBufferedMaskFill.java86 validateContext(sg2d, comp, BufferedContext.USE_MASK);
H A DBufferedPaints.java57 boolean useMask = (ctxflags & BufferedContext.USE_MASK) != 0;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeCache.java37 import sun.java2d.pipe.BufferedContext;
288 BufferedContext bc = agc.getContext();
/openjdk7/jdk/test/sun/java2d/pipe/hw/RSLAPITest/
H A DRSLAPITest.java44 import sun.java2d.pipe.BufferedContext;
252 BufferedContext c = agc.getContext();
/openjdk7/jdk/make/sun/awt/
H A DFILES_export_unix.gmk79 sun/java2d/pipe/BufferedContext.java \
H A DFILES_export_windows.gmk224 sun/java2d/pipe/BufferedContext.java \
/openjdk7/jdk/make/sun/lwawt/
H A DFILES_export_macosx.gmk169 sun/java2d/pipe/BufferedContext.java \

Completed in 45 milliseconds