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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java363 protected static final LoopPipe colorPrimitives; field in class:SurfaceData
448 colorPrimitives = new LoopPipe();
456 // colorShape = colorPrimitives;
457 colorViaShape = new PixelToShapeLoopConverter(colorPrimitives);
458 colorViaPgram = new PixelToPgramLoopConverter(colorPrimitives,
459 colorPrimitives,
577 sg2d.shapepipe = colorPrimitives;
599 sg2d.drawpipe = colorPrimitives;
601 sg2d.fillpipe = colorPrimitives;
701 sg2d.shapepipe = colorPrimitives;
[all...]

Completed in 32 milliseconds