Searched refs:AlphaColorPipe (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DAlphaColorPipe.java37 public class AlphaColorPipe implements CompositePipe, ParallelogramPipe { class in inherits:CompositePipe,ParallelogramPipe
38 public AlphaColorPipe() { method in class:AlphaColorPipe
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java64 import sun.java2d.pipe.AlphaColorPipe;
370 protected static final AlphaColorPipe colorPipe;
455 colorPipe = new AlphaColorPipe();

Completed in 45 milliseconds