MCPcopy Create free account
hub / github.com/HumbleUI/Skija / drawOval

Method drawOval

examples/scenes/src/SwingScene.java:639–645  ·  view source on GitHub ↗
(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

637 }
638
639 @Override
640 public void drawOval(int x, int y, int width, int height) {
641 log("drawOval");
642 paint.setMode(PaintMode.STROKE);
643 canvas.drawOval(Rect.makeXYWH(x, y, width, height), paint);
644 paint.setMode(PaintMode.FILL);
645 }
646
647 @Override
648 public void fillOval(int x, int y, int width, int height) {

Callers 7

drawTabbarMethod · 0.45
drawPathsMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
fillOvalMethod · 0.45
drawOtherTransformMethod · 0.45
drawRectInscribedMethod · 0.45

Calls 2

logMethod · 0.95
setModeMethod · 0.80

Tested by

no test coverage detected