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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java370 protected static final AlphaColorPipe colorPipe; field in class:SurfaceData
455 colorPipe = new AlphaColorPipe();
461 colorText = new TextRenderer(colorPipe);
462 clipColorPipe = new SpanClipRenderer(colorPipe);
464 AAColorShape = new AAShapePipe(colorPipe);
466 AAColorViaPgram = makeConverter(AAColorShape, colorPipe);

Completed in 33 milliseconds