Searched refs:arcWidth (Results 1 - 2 of 2) sorted by relevance
/external/proguard/src/proguard/gui/splash/ |
H A D | RectangleSprite.java | 38 private final VariableInt arcWidth; field in class:RectangleSprite 70 * @param arcWidth the variable width of the corner arcs. 79 VariableInt arcWidth, 88 this.arcWidth = arcWidth; 102 int aw = arcWidth.getInt(time); 73 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height, VariableInt arcWidth, VariableInt arcHeight) argument
|
H A D | OverrideGraphics2D.java | 374 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument 376 graphics.drawRoundRect(x, y, width, height, arcWidth, arcHeight); 439 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument 441 graphics.fillRoundRect(x, y, width, height, arcWidth, arcHeight);
|
Completed in 266 milliseconds