Searched refs:ay (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutComparator.java114 int ax = a.getX(), ay = a.getY(), bx = b.getX(), by = b.getY();
122 if (Math.abs(ay - by) < ROW_TOLERANCE) {
125 return (ay < by) ? -1 : 1;
131 if (Math.abs(ay - by) < ROW_TOLERANCE) {
134 return (ay < by) ? -1 : 1;
143 return (ay < by) ? -1 : ((ay > by) ? 1 : zOrder);
152 return (ay < by) ? -1 : ((ay > by) ? 1 : zOrder);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DDrawLine.c96 jint dx, dy, ax, ay; \
107 ay = (dy < 0) ? -dy : dy; \
113 xmajor = (ax >= ay); \
133 xsteps = 2 * ysteps * ax + ay; \
135 xsteps += ay - ax - 1; \
137 xsteps = xsteps / (2 * ay); \
152 ysteps = 2 * xsteps * ay + ax; \
154 ysteps += ax - ay - 1; \
174 xsteps = 2 * ysteps * ax + ay; \
176 xsteps += ay
[all...]
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...]
/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;
H A DRenderer.java223 dy = c.ay / (1 << (3 * countlg)) + c.by / (1 << (2 * countlg)) + c.cy / (1 << countlg);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java253 int ay = boundPts[7];
262 if (ax >= ay) {
265 errmajor = ay * 2;
275 errminor = ay * 2;
278 ay = -ay; /* For clipping adjustment below */
294 error += xsteps * ay * 2;
500 int ay = (dy < 0) ? -dy : dy;
501 boolean xmajor = (ax >= ay);
521 xsteps = 2 * ysteps * ax + ay;
[all...]
H A DProcessPath.java691 int ay = (int)((coords[1] - 2*coords[3] +
698 int ddpy = 2*ay;
701 int dpy = ay + by;
724 dpy = (dpy<<1) - ay;
907 double ay = coords[1] - 2*coords[3] + coords[5];
909 if (ay != 0) {
911 * ay*t + by = 0
915 param = by/ay;
1017 int ay = (int)((-coords[1] + 3*coords[3] - 3*coords[5] +
1029 int dddpy = 6*ay;
[all...]
/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java187 float ay = 0.0f;
229 point[1] += ay;
235 point[1] += (neway + ay) / 2;
243 ay = neway;
439 float ay = 0.0f;
481 point[1] += ay;
487 point[1] += (neway + ay) / 2;
495 ay = neway;
/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/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java400 int ay = y;
401 if (ay < 0) ay = -ay;
402 if (ay < 0) return x; //y is MIN_VALUE
403 if (ax < ay) return x;
404 if (ax > ay) return y;
/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/test/java/awt/regtesthelpers/
H A DUtil.java331 int ay = Math.abs(dy) * 2;
341 if (ax > ay) {
342 d = ay - ax/2;
355 d = d + ay;
358 d = ax - ay/2;
368 d = d - 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/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java1260 double ay = getY();
1262 double ayh = ay + ah;
1267 if (x >= axw || y >= ayh || xw <= ax || yh <= ay) {
1301 ay < yh && containsAngle(90)) ||
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.m384 jfloat ay=0.0, dy=0.0, mx=0.0, ly=0.0;
390 ay = -(CGFloat)CGFontGetAscent(cgFont) * scaleY;
414 0.0, ay, 0.0, dy, 1.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/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);

Completed in 68 milliseconds