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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectIterator.java37 double x, y, w, h, aw, ah; field in class:RoundRectIterator
46 this.aw = Math.min(w, Math.abs(rr.getArcWidth()));
49 if (aw < 0 || ah < 0) {
147 coords[nc++] = (float) (x + ctrls[i + 0] * w + ctrls[i + 1] * aw);
181 coords[nc++] = (x + ctrls[i + 0] * w + ctrls[i + 1] * aw);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2250 * @param aw width of the container the bullet is placed in
2254 void drawIcon(Graphics g, int ax, int ay, int aw, int ah, argument
2258 (aw + bulletgap);
2272 * @param aw width of the container the bullet is placed in
2276 void drawShape(Graphics g, CSS.Value type, int ax, int ay, int aw, argument
2279 int gap = isLeftToRight ? - (bulletgap + 8) : (aw + bulletgap);
2299 * @param aw width of the container the bullet is placed in
2303 void drawLetter(Graphics g, char letter, int ax, int ay, int aw, argument
2310 (aw + bulletgap);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java2028 double x, y, w, h, aw, ah; field in class:Metacity.RoundRectClipShape.RoundishRectIterator
2081 this.aw = Math.min(w, Math.abs(rr.getArcWidth()));
2133 coords[nc++] = (float) (x + ctrls[i + 0] * w + ctrls[i + 1] * aw);
2149 coords[nc++] = x + ctrls[i + 0] * w + ctrls[i + 1] * aw;

Completed in 94 milliseconds