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

/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLContextSpi.java56 protected abstract void engineInit(KeyManager[] ah, TrustManager[] th, argument
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectIterator.java37 double x, y, w, h, aw, ah; field in class:RoundRectIterator
47 this.ah = Math.min(h, Math.abs(rr.getArcHeight()));
49 if (aw < 0 || ah < 0) {
148 coords[nc++] = (float) (y + ctrls[i + 2] * h + ctrls[i + 3] * ah);
182 coords[nc++] = (y + ctrls[i + 2] * h + ctrls[i + 3] * ah);
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp105 StackMapStream(typeArrayHandle ah) argument
106 : _data(ah), _index(0) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2251 * @param ah height of the container the bullet is placed in
2254 void drawIcon(Graphics g, int ax, int ay, int aw, int ah, argument
2260 int y = Math.max(ay, ay + (int)(align * ah) -img.getIconHeight());
2273 * @param ah height of the container the bullet is placed in
2277 int ah, float align) {
2281 int y = Math.max(ay, ay + (int)(align * ah) - 8);
2300 * @param ah height of the container the bullet is placed in
2304 int ah, float align, int index) {
2312 int y = Math.max(ay + fm.getAscent(), ay + (int)(ah * align));
2276 drawShape(Graphics g, CSS.Value type, int ax, int ay, int aw, int ah, float align) argument
2303 drawLetter(Graphics g, char letter, int ax, int ay, int aw, int ah, float align, int index) argument
/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
2082 this.ah = Math.min(h, Math.abs(rr.getArcHeight()));
2134 coords[nc++] = (float) (y + ctrls[i + 2] * h + ctrls[i + 3] * ah);
2150 coords[nc++] = y + ctrls[i + 2] * h + ctrls[i + 3] * ah;

Completed in 46 milliseconds