Home
last modified time | relevance | path

Searched refs:arcWidth (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DRectangleSprite.java38 private final VariableInt arcWidth; field in RectangleSprite
79 VariableInt arcWidth, in RectangleSprite() argument
88 this.arcWidth = arcWidth; in RectangleSprite()
102 int aw = arcWidth.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()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvgu.c167 VGfloat arcWidth, in vguRoundRect() argument
195 c[0] = x + arcWidth/2; c[1] = y; in vguRoundRect()
197 c[2] = width - arcWidth; in vguRoundRect()
199 c[3] = arcWidth/2; c[4] = arcHeight/2; c[5] = 0; in vguRoundRect()
200 c[6] = arcWidth/2; c[7] = arcHeight/2; in vguRoundRect()
204 c[9] = arcWidth/2; c[10] = arcHeight/2; c[11] = 0; in vguRoundRect()
205 c[12] = -arcWidth/2; c[13] = arcHeight/2; in vguRoundRect()
207 c[14] = -(width - arcWidth); in vguRoundRect()
209 c[15] = arcWidth/2; c[16] = arcHeight/2; c[17] = 0; in vguRoundRect()
210 c[18] = -arcWidth/2; c[19] = -arcHeight/2; in vguRoundRect()
[all …]
/external/mesa3d/include/VG/
Dvgu.h93 VGfloat arcWidth, VGfloat arcHeight) VGU_API_EXIT;