Lines Matching refs:ay
691 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;
1035 int dpy = ay + (by>>1) + cy;