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

/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();

Completed in 29 milliseconds