Searched refs:dx (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_arc.c | 20 long aq,bq,dx,dy,r,rx,ry,a,b; local 31 dx = aq << 1; 40 ry +=dx; 59 long aq,bq,dx,dy,r,rx,ry,a,b; local 75 dx = aq << 1; 86 ry +=dx;
|
| H A D | gd.c | 1095 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; local 1115 dx = abs (x2 - x1); 1118 if (dx == 0) { 1126 if (dy <= dx) { 1129 if ((dx == 0) && (dy == 0)) { 1134 double ac = cos (atan2 (dy, dx)); 1144 d = 2 * dy - dx; 1146 incr2 = 2 * (dy - dx); 1198 double as = sin (atan2 (dy, dx)); 1208 d = 2 * dx 1293 long dx, dy,tmp; local 1402 int dx, dy, incr1, incr2, d, x, y, xend, yend, xdirflag, ydirflag; local [all...] |
| H A D | gd_interpolation.c | 1105 const float dx = (float)im->sx / (float)new_width; local 1107 const gdFixed f_dx = gd_ftofx(dx); 1204 float dx = (float)gdImageSX(im) / (float)_width; local 1206 gdFixed f_dx = gd_ftofx(dx); 1296 float dx = (float)gdImageSX(im) / (float)dst_w; local 1298 gdFixed f_dx = gd_ftofx(dx);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4264 int cur_x, cur_y, dx, dy; local 4327 dx = new_x(char_width + add_width + amount_kern, 0); 4329 cur_x += dx; 4332 printf("%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\t%d\n", x1, y1, x2, y2, x3, y3, x4, y4, char_bbox.llx, char_bbox.lly, char_bbox.urx, char_bbox.ury, char_width, amount_kern, cur_x, cur_y, dx, dy);
|
Completed in 26 milliseconds