Home
last modified time | relevance | path

Searched refs:arcHeight (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DRectangleSprite.java39 private final VariableInt arcHeight; field in RectangleSprite
80 VariableInt arcHeight) in RectangleSprite() argument
89 this.arcHeight = arcHeight; in RectangleSprite()
103 int ah = arcHeight.getInt(time); in paint()
DOverrideGraphics2D.java374 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) in drawRoundRect() argument
376 graphics.drawRoundRect(x, y, width, height, arcWidth, arcHeight); in drawRoundRect()
439 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) in fillRoundRect() argument
441 graphics.fillRoundRect(x, y, width, height, arcWidth, arcHeight); in fillRoundRect()