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

/openjdk7/jdk/src/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.java931 public void doOval(CRenderer renderer, SunGraphics2D sg2d, float x, float y, float width, float height, boolean isfill) { method in class:OSXSurfaceData
932 // System.err.println("--- doOval");
938 renderer.doOval(this, x, y, width, height, isfill);

Completed in 29 milliseconds