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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCRenderer.java113 native void doRoundRect(SurfaceData sData, float x, float y, float width, float height, float arcW, float arcH, boolean isfill); method in class:CRenderer
126 surfaceData.doRoundRect(this, sg2d, x, y, width, height, arcWidth, arcHeight, false);
149 surfaceData.doRoundRect(this, sg2d, x, y, width, height, arcWidth, arcHeight, true);
616 void doRoundRect(SurfaceData sData, float x, float y, float width, float height, float arcW, float arcH, boolean isfill) { method in class:CRenderer.Tracer
618 super.doRoundRect(sData, x, y, width, height, arcW, arcH, isfill);
H A DOSXSurfaceData.java1003 public void doRoundRect(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, float arcW, float arcH, boolean isfill) { method in class:OSXSurfaceData
1004 // System.err.println("--- doRoundRect");
1010 renderer.doRoundRect(this, x, y, width, height, arcW, arcH, isfill);

Completed in 104 milliseconds