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

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java79 Rectangle2D rectToShape; field in class:CRenderer
88 if (rectToShape == null) {
90 if (rectToShape == null) {
91 rectToShape = new Rectangle2D.Float();
95 synchronized (rectToShape) {
96 rectToShape.setRect(x, y, width, height);
97 drawfillShape(sg2d, sg2d.stroke.createStrokedShape(rectToShape), true, true);

Completed in 52 milliseconds