dy 4277 ext/gd/gd.c int cur_x, cur_y, dx, dy; dy 4341 ext/gd/gd.c dy = new_y(char_width + add_width + amount_kern, 0); dy 4343 ext/gd/gd.c cur_y += dy; dy 1095 ext/gd/libgd/gd.c int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; dy 1116 ext/gd/libgd/gd.c dy = abs (y2 - y1); dy 1121 ext/gd/libgd/gd.c } else if (dy == 0) { dy 1126 ext/gd/libgd/gd.c if (dy <= dx) { dy 1129 ext/gd/libgd/gd.c if ((dx == 0) && (dy == 0)) { dy 1134 ext/gd/libgd/gd.c double ac = cos (atan2 (dy, dx)); dy 1144 ext/gd/libgd/gd.c d = 2 * dy - dx; dy 1145 ext/gd/libgd/gd.c incr1 = 2 * dy; dy 1146 ext/gd/libgd/gd.c incr2 = 2 * (dy - dx); dy 1198 ext/gd/libgd/gd.c double as = sin (atan2 (dy, dx)); dy 1208 ext/gd/libgd/gd.c d = 2 * dx - dy; dy 1210 ext/gd/libgd/gd.c incr2 = 2 * (dx - dy); dy 1293 ext/gd/libgd/gd.c long dx, dy,tmp; dy 1346 ext/gd/libgd/gd.c dy = y2 - y1; dy 1348 ext/gd/libgd/gd.c if (dx == 0 && dy == 0) { dy 1351 ext/gd/libgd/gd.c if (abs(dx) > abs(dy)) { dy 1360 ext/gd/libgd/gd.c dy = y2 - y1; dy 1364 ext/gd/libgd/gd.c inc = (dy * 65536) / dx; dy 1374 ext/gd/libgd/gd.c if (dy < 0) { dy 1382 ext/gd/libgd/gd.c dy = y2 - y1; dy 1386 ext/gd/libgd/gd.c inc = (dx * 65536) / dy; dy 1402 ext/gd/libgd/gd.c int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; dy 1410 ext/gd/libgd/gd.c dy = abs(y2 - y1); dy 1411 ext/gd/libgd/gd.c if (dy <= dx) { dy 1415 ext/gd/libgd/gd.c double as = sin(atan2(dy, dx)); dy 1421 ext/gd/libgd/gd.c wid = (int)(thick * sin(atan2(dy, dx))); dy 1424 ext/gd/libgd/gd.c d = 2 * dy - dx; dy 1425 ext/gd/libgd/gd.c incr1 = 2 * dy; dy 1426 ext/gd/libgd/gd.c incr2 = 2 * (dy - dx); dy 1465 ext/gd/libgd/gd.c double as = sin (atan2 (dy, dx)); dy 1473 ext/gd/libgd/gd.c d = 2 * dx - dy; dy 1475 ext/gd/libgd/gd.c incr2 = 2 * (dx - dy); dy 1853 ext/gd/libgd/gd.c struct seg {int y, xl, xr, dy;}; dy 1859 ext/gd/libgd/gd.c {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;} dy 1862 ext/gd/libgd/gd.c {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;} dy 1868 ext/gd/libgd/gd.c int l, x1, x2, dy; dy 1925 ext/gd/libgd/gd.c FILL_POP(y, x1, x2, dy); dy 1937 ext/gd/libgd/gd.c FILL_PUSH(y, l, x1-1, -dy); dy 1944 ext/gd/libgd/gd.c FILL_PUSH(y, l, x-1, dy); dy 1947 ext/gd/libgd/gd.c FILL_PUSH(y, x2+1, x-1, -dy); dy 1963 ext/gd/libgd/gd.c int i, l, x1, x2, dy; dy 1994 ext/gd/libgd/gd.c FILL_POP(y, x1, x2, dy); dy 2007 ext/gd/libgd/gd.c FILL_PUSH(y, l, x1-1, -dy); dy 2016 ext/gd/libgd/gd.c FILL_PUSH(y, l, x-1, dy); dy 2019 ext/gd/libgd/gd.c FILL_PUSH(y, x2+1, x-1, -dy); dy 20 ext/gd/libgd/gd_arc.c long aq,bq,dx,dy,r,rx,ry,a,b; dy 32 ext/gd/libgd/gd_arc.c dy = bq << 1; dy 46 ext/gd/libgd/gd_arc.c rx -=dy; dy 59 ext/gd/libgd/gd_arc.c long aq,bq,dx,dy,r,rx,ry,a,b; dy 76 ext/gd/libgd/gd_arc.c dy = bq << 1; dy 91 ext/gd/libgd/gd_arc.c rx -=dy; dy 1114 ext/gd/libgd/gd_interpolation.c const float dy = (float)im->sy / (float)new_height; dy 1116 ext/gd/libgd/gd_interpolation.c const gdFixed f_dy = gd_ftofx(dy); dy 1213 ext/gd/libgd/gd_interpolation.c float dy = (float)gdImageSY(im) / (float)_height; dy 1215 ext/gd/libgd/gd_interpolation.c gdFixed f_dy = gd_ftofx(dy); dy 1305 ext/gd/libgd/gd_interpolation.c float dy = (float)gdImageSY(im) / (float)dst_h; dy 1307 ext/gd/libgd/gd_interpolation.c gdFixed f_dy = gd_ftofx(dy);