dx               4277 ext/gd/gd.c    	int cur_x, cur_y, dx, dy;
dx               4340 ext/gd/gd.c    			dx = new_x(char_width + add_width + amount_kern, 0);
dx               4342 ext/gd/gd.c    			cur_x += dx;
dx               1095 ext/gd/libgd/gd.c 	int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag;
dx               1115 ext/gd/libgd/gd.c 	dx = abs (x2 - x1);
dx               1118 ext/gd/libgd/gd.c 	if (dx == 0) {
dx               1126 ext/gd/libgd/gd.c 	if (dy <= dx) {
dx               1129 ext/gd/libgd/gd.c 		if ((dx == 0) && (dy == 0)) {
dx               1134 ext/gd/libgd/gd.c 			double ac = cos (atan2 (dy, dx));
dx               1144 ext/gd/libgd/gd.c 		d = 2 * dy - dx;
dx               1146 ext/gd/libgd/gd.c 		incr2 = 2 * (dy - dx);
dx               1198 ext/gd/libgd/gd.c 		double as = sin (atan2 (dy, dx));
dx               1208 ext/gd/libgd/gd.c 		d = 2 * dx - dy;
dx               1209 ext/gd/libgd/gd.c 		incr1 = 2 * dx;
dx               1210 ext/gd/libgd/gd.c 		incr2 = 2 * (dx - dy);
dx               1293 ext/gd/libgd/gd.c 	long dx, dy,tmp;
dx               1345 ext/gd/libgd/gd.c 	dx = x2 - x1;
dx               1348 ext/gd/libgd/gd.c 	if (dx == 0 && dy == 0) {
dx               1351 ext/gd/libgd/gd.c 	if (abs(dx) > abs(dy)) {
dx               1352 ext/gd/libgd/gd.c 		if (dx < 0) {
dx               1359 ext/gd/libgd/gd.c 			dx = x2 - x1;
dx               1364 ext/gd/libgd/gd.c 		inc = (dy * 65536) / dx;
dx               1381 ext/gd/libgd/gd.c 			dx = x2 - x1;
dx               1386 ext/gd/libgd/gd.c 		inc = (dx * 65536) / dy;
dx               1402 ext/gd/libgd/gd.c 	int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag;
dx               1409 ext/gd/libgd/gd.c 	dx = abs(x2 - x1);
dx               1411 ext/gd/libgd/gd.c 	if (dy <= dx) {
dx               1415 ext/gd/libgd/gd.c 		double as = sin(atan2(dy, dx));
dx               1421 ext/gd/libgd/gd.c 		wid = (int)(thick * sin(atan2(dy, dx)));
dx               1424 ext/gd/libgd/gd.c 		d = 2 * dy - dx;
dx               1426 ext/gd/libgd/gd.c 		incr2 = 2 * (dy - dx);
dx               1465 ext/gd/libgd/gd.c 		double as = sin (atan2 (dy, dx));
dx               1473 ext/gd/libgd/gd.c 		d = 2 * dx - dy;
dx               1474 ext/gd/libgd/gd.c 		incr1 = 2 * dx;
dx               1475 ext/gd/libgd/gd.c 		incr2 = 2 * (dx - dy);
dx                 20 ext/gd/libgd/gd_arc.c 	long aq,bq,dx,dy,r,rx,ry,a,b;
dx                 31 ext/gd/libgd/gd_arc.c 	dx = aq << 1;
dx                 40 ext/gd/libgd/gd_arc.c 			ry +=dx;
dx                 59 ext/gd/libgd/gd_arc.c 	long aq,bq,dx,dy,r,rx,ry,a,b;
dx                 75 ext/gd/libgd/gd_arc.c 	dx = aq << 1;
dx                 85 ext/gd/libgd/gd_arc.c 			ry +=dx;
dx               1113 ext/gd/libgd/gd_interpolation.c 	const float dx = (float)im->sx / (float)new_width;
dx               1115 ext/gd/libgd/gd_interpolation.c 	const gdFixed f_dx = gd_ftofx(dx);
dx               1212 ext/gd/libgd/gd_interpolation.c 	float dx = (float)gdImageSX(im) / (float)_width;
dx               1214 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);
dx               1304 ext/gd/libgd/gd_interpolation.c 	float dx = (float)gdImageSX(im) / (float)dst_w;
dx               1306 ext/gd/libgd/gd_interpolation.c 	gdFixed f_dx = gd_ftofx(dx);