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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java52 Line2D lineToShape; field in class:CRenderer
59 if (lineToShape == null) {
61 if (lineToShape == null) {
62 lineToShape = new Line2D.Float();
66 synchronized (lineToShape) {
67 lineToShape.setLine(x1, y1, x2, y2);
68 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(lineToShape), true, true);

Completed in 31 milliseconds