Lines Matching refs:ay
588 jint ay = (jint)((coords[1] - 2*coords[3] +
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];
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] +
1037 jint dddpy = 6*ay;
1043 jint dpy = ay + (by>>1) + cy;
1328 double ay = -coords[1] + 3*coords[3] - 3*coords[5] + coords[7];
1332 SOLVEQUADINRANGE(ay,by,cy,params,cnt);