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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStrikeMetrics.java94 StrikeMetrics(float ax, float ay, float dx, float dy, float bx, float by, argument
97 ascentY = ay;
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c318 jfloat j0=0, j1=1, ay=j0, dy=j0, mx=j0; local
327 /* ay = (jfloat)-AWTCharAscent(AWTFontMaxBounds(xFont)); */
330 ay = (jfloat)-AWTFontAscent(xFont);
344 j0, ay, j0, dy, j1, j0, j0, j1, mx, j0);
346 /* ay, dy, mx, (float)context->scale); */
/openjdk7/hotspot/test/compiler/6689060/
H A DTest.java38 int ay[]; field in class:Point
60 p.ay = new int[2];
63 p.ay[1] = 3 * x + y;
65 return p.ax[0] * p.ay[1];
71 p.ay = new int[2];
74 p.ay[1] = 3 * x + y;
76 return p.ax[0] * p.ay[1];
314 p.ay = new int[l];
317 p.ay[i] = 3 * x + y;
319 return p.ax[i] * p.ay[
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java32 float ax, ay, bx, by, cx, cy, dx, dy; field in class:Curve
62 ay = 3 * (y2 - y3) + y4 - y1;
69 dax = 3 * ax; day = 3 * ay;
77 ax = ay = 0f;
93 return t * (t * (t * ay + by) + cy) + dy;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscnvrt.c162 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
177 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty;
185 _cmsVEC3init(&m ->v[1], 0, ay, 0);
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java2249 * @param ay y coordinate to place the bullet
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());
2271 * @param ay y coordinate to place the bullet
2276 void drawShape(Graphics g, CSS.Value type, int ax, int ay, int aw, argument
2281 int y = Math.max(ay, ay + (int)(align * ah) - 8);
2298 * @param ay y coordinate to place the bullet
2303 void drawLetter(Graphics g, char letter, int ax, int ay, in argument
[all...]
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my; local
493 ay = -(jfloat) FT26Dot6ToFloat(FT_MulFix(
509 + ay - dy;
520 ax, ay, dx, dy, bx, by, lx, ly, mx, my);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c588 jint ay = (jint)((coords[1] - 2*coords[3] + local
595 jint ddpy = 2*ay;
598 jint dpy = ay + by;
620 dpy = (dpy<<1) - ay;
829 double ay = coords[1] - 2*coords[3] + coords[5]; local
831 if (ay != 0) {
833 * ay*t + by = 0
837 param = by/ay;
1025 jint ay = (jint)((-coords[1] + 3*coords[3] - 3*coords[5] + local
1037 jint dddpy = 6*ay;
1328 double ay = -coords[1] + 3*coords[3] - 3*coords[5] + coords[7]; local
[all...]

Completed in 1227 milliseconds