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

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCRenderer.java152 native void doOval(SurfaceData sData, float x, float y, float width, float height, boolean isfill); method in class:CRenderer
165 surfaceData.doOval(this, sg2d, x, y, width, height, false);
188 surfaceData.doOval(this, sg2d, x, y, width, height, true);
621 void doOval(SurfaceData sData, float x, float y, float width, float height, boolean isfill) { method in class:CRenderer.Tracer
623 super.doOval(sData, x, y, width, height, isfill);
H A DOSXSurfaceData.java1013 public void doOval(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, boolean isfill) { method in class:OSXSurfaceData
1014 // System.err.println("--- doOval");
1020 renderer.doOval(this, x, y, width, height, isfill);

Completed in 158 milliseconds