Searched refs:CompositePipe (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DCompositePipe.java37 public interface CompositePipe { interface
H A DSpanClipRenderer.java38 public class SpanClipRenderer implements CompositePipe
40 CompositePipe outpipe;
51 public SpanClipRenderer(CompositePipe pipe) {
H A DTextRenderer.java38 * drive a CompositePipe in much the same way as the antialiasing renderer.
42 CompositePipe outpipe;
44 public TextRenderer(CompositePipe pipe) {
H A DAlphaColorPipe.java33 * This class implements a CompositePipe that renders path alpha tiles
37 public class AlphaColorPipe implements CompositePipe, ParallelogramPipe {
H A DAAShapePipe.java41 * and then passes them on to a CompositePipe object for painting.
48 CompositePipe outpipe;
50 public AAShapePipe(CompositePipe pipe) {
H A DSpanShapeRenderer.java48 CompositePipe comppipe;
50 public Composite(CompositePipe pipe) {
H A DAlphaPaintPipe.java46 * This class implements a CompositePipe that renders path alpha tiles
50 public class AlphaPaintPipe implements CompositePipe {
H A DGeneralCompositePipe.java45 public class GeneralCompositePipe implements CompositePipe {
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java58 import sun.java2d.pipe.CompositePipe;
374 protected static final CompositePipe clipColorPipe;
382 protected static final CompositePipe paintPipe;
386 protected static final CompositePipe clipPaintPipe;
393 protected static final CompositePipe compPipe;
397 protected static final CompositePipe clipCompPipe;

Completed in 503 milliseconds