Searched defs:startAngl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java2253 int startAngl, int arcAngl) {
2255 drawpipe.drawArc(this, x, y, w, h, startAngl, arcAngl);
2259 drawpipe.drawArc(this, x, y, w, h, startAngl, arcAngl);
2271 int startAngl, int arcAngl) {
2273 fillpipe.fillArc(this, x, y, w, h, startAngl, arcAngl);
2277 fillpipe.fillArc(this, x, y, w, h, startAngl, arcAngl);
2252 drawArc(int x, int y, int w, int h, int startAngl, int arcAngl) argument
2270 fillArc(int x, int y, int w, int h, int startAngl, int arcAngl) argument

Completed in 224 milliseconds