Searched refs:ah (Results 1 - 12 of 12) 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);
H A DRoundRectangle2D.java530 double ah = Math.min(getHeight(), Math.abs(getArcHeight())) / 2.0;
536 if (y >= (rry0 += ah) && y < (rry0 = rry1 - ah)) {
540 y = (y - rry0) / ah;
577 double ah = Math.min(getHeight(), Math.abs(getArcHeight())) / 2.0;
580 int y0class = classify(y, rry0, rry1, ah);
581 int y1class = classify(y + h, rry0, rry1, ah);
597 y = (y1class == 1) ? (y = y + h - (rry0 + ah)) : (y = y - (rry1 - ah));
599 y = y / ah;
[all...]
H A DArc2D.java1249 double ah = getHeight();
1251 if ( w <= 0 || h <= 0 || aw <= 0 || ah <= 0 ) {
1262 double ayh = ay + ah;
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp105 StackMapStream(typeArrayHandle ah) argument
106 : _data(ah), _index(0) {
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dbytes_windows_x86.inline.hpp39 xchg al, ah
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m190 CGFloat ah = (h < arcHeight) ? h : arcHeight;
195 q1 = (y + ctrls[2] * h + ctrls[3] * ah);
200 q1 = (y + ctrls[2] * h + ctrls[3] * ah);
205 q1 = (y + ctrls[2] * h + ctrls[3] * ah);
207 q2 = (y + ctrls[6] * h + ctrls[7] * ah);
209 q3 = (y + ctrls[10] * h + ctrls[11] * ah);
214 q1 = (y + ctrls[2] * h + ctrls[3] * ah);
219 q1 = (y + ctrls[2] * h + ctrls[3] * ah);
221 q2 = (y + ctrls[6] * h + ctrls[7] * ah);
223 q3 = (y + ctrls[10] * h + ctrls[11] * ah);
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java248 float ah = cm.ascent + cm.descent;
251 return new Rectangle2D.Float(al, at, aw, ah);
290 return new Rectangle2D.Float(al, at, aw, ah);
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCRenderer.java324 float ah = (float) roundrect.getArcHeight();
327 fillRoundRect(sg2d, x, y, w, h, aw, ah);
329 drawRoundRect(sg2d, x, y, w, h, aw, ah);
/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;
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4274 objArrayHandle ah(THREAD, a);
4275 int num_threads = ah->length();
4282 klassOop k = objArrayKlass::cast(ah->klass())->element_klass();
4291 oop thread_obj = ah->obj_at(i);

Completed in 3801 milliseconds