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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java197 Arc2D arcToShape; field in class:CRenderer
206 if (arcToShape == null) {
208 if (arcToShape == null) {
209 arcToShape = new Arc2D.Float();
213 synchronized (arcToShape) {
214 arcToShape.setArc(x, y, width, height, startAngle, arcAngle, type);
215 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(arcToShape), true, true);

Completed in 148 milliseconds