Searched refs:arcHeight (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/gui/splash/
H A DRectangleSprite.java39 private final VariableInt arcHeight; field in class:RectangleSprite
71 * @param arcHeight the variable height of the corner arcs.
80 VariableInt arcHeight)
89 this.arcHeight = arcHeight;
103 int ah = arcHeight.getInt(time);
73 RectangleSprite(boolean filled, VariableColor color, VariableInt x, VariableInt y, VariableInt width, VariableInt height, VariableInt arcWidth, VariableInt arcHeight) argument
H A DOverrideGraphics2D.java374 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);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvgu.c168 VGfloat arcHeight)
199 c[3] = arcWidth/2; c[4] = arcHeight/2; c[5] = 0;
200 c[6] = arcWidth/2; c[7] = arcHeight/2;
202 c[8] = height - arcHeight;
204 c[9] = arcWidth/2; c[10] = arcHeight/2; c[11] = 0;
205 c[12] = -arcWidth/2; c[13] = arcHeight/2;
209 c[15] = arcWidth/2; c[16] = arcHeight/2; c[17] = 0;
210 c[18] = -arcWidth/2; c[19] = -arcHeight/2;
212 c[20] = -(height - arcHeight);
214 c[21] = arcWidth/2; c[22] = arcHeight/
163 vguRoundRect(VGPath path, VGfloat x, VGfloat y, VGfloat width, VGfloat height, VGfloat arcWidth, VGfloat arcHeight) argument
[all...]
/external/mesa3d/include/VG/
H A Dvgu.h93 VGfloat arcWidth, VGfloat arcHeight) VGU_API_EXIT;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 334 milliseconds