Lines Matching refs:ay
96 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 - ax; \
180 xsteps = xsteps / (2 * ay); \
195 ysteps = 2 * xsteps * ay + ax; \
199 ysteps += ax - ay; \
214 errmajor = ay * 2; \
225 errminor = ay * 2; \
228 ay = -ay; /* For clipping adjustment below */ \
250 error += xsteps * ay * 2; \