Searched refs:arcAngle (Results 1 – 1 of 1) sorted by relevance
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 274 public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) in drawArc() argument 276 graphics.drawArc(x, y, width, height, startAngle, arcAngle); in drawArc() 414 public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) in fillArc() argument 416 graphics.fillArc(x, y, width, height, startAngle, arcAngle); in fillArc()
|