/inkscape/src/livarot/ |
H A D | ShapeDraw.cpp | 17 Shape::Plot (double ix, double iy, double ir, double mx, double my, bool doPoint, argument 55 double ph=(getPoint(i).x[0]-ix)*ir+mx; 62 double ph=(getPoint(i).x[0]-ix)*ir+mx; 74 double sh=(getPoint(stP).x[0]-ix)*ir+mx; 76 double eh=(getPoint(enP).x[0]-ix)*ir+mx; 92 double sh=(getPoint(stP).x[0]-ix)*ir+mx; 94 double eh=(getPoint(enP).x[0]-ix)*ir+mx;
|
H A D | Path.h | 297 double mx, my; member in struct:Path::outline_callback_data::__anon406::__anon408
|
H A D | PathConversion.cpp | 143 Geom::Point mx; local 144 mx = (cx + dx) / 2; 145 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + k); 163 Geom::Point mx; local 164 mx = (cx + dx) / 2; 165 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + nbInterm - 1); 350 Geom::Point const mx = (cx + dx) / 2; member in class:Geom 351 RecBezierTo(cx, stx, mx, treshhold, 8); 374 Geom::Point mx = (cx + dx) / 2; local 375 RecBezierTo(cx, stx, mx, treshhol 589 Geom::Point const mx = (cx + dx) / 2; member in class:Geom 613 Geom::Point const mx = (cx + dx) / 2; member in class:Geom [all...] |
H A D | ShapeMisc.cpp | 1402 Geom::Point mx; local 1410 mx = nData->p; 1416 mx = nData->p; 1418 benx = (nData->p + mx) / 2; 1427 mx = nData->p; 1429 bstx = (nData->p + mx) / 2; 1435 mx = nData->p; 1437 bstx = (nData->p + mx) / 2; 1439 benx = (nData->p + mx) / 2; 1443 Path::QuadraticPoint ((ts + te) / 2, cx, bstx, mx, ben [all...] |
/inkscape/src/2geom/ |
H A D | crossing.cpp | 146 double mx = max[i->a]; local 147 ret.push_back(Crossing(i->ta > mx+0.01 ? (1 - (i->ta - mx) + mx) : mx - i->ta, 156 double mx = max[i->b - split]; local 157 ret.push_back(Crossing(i->ta, i->tb > mx+0.01 ? (1 - (i->tb - mx) + mx) : mx [all...] |
H A D | interval.h | 166 Coord mn = min(), mx = max(); local 169 expandTo(mx * o.min()); 170 expandTo(mx * o.max());
|
H A D | affine.cpp | 391 double mx = std::max(fabs(_c[0]) + fabs(_c[1]), local 393 if(mx > 0) { 395 if (!rel_error_bound(std::sqrt(fabs(determ)), mx)) {
|
/inkscape/src/extension/internal/filter/ |
H A D | color.h | 1385 "<param name=\"mx\" gui-text=\"" N_("X") "\" type=\"float\" indent=\"1\" appearance=\"full\" precision=\"2\" min=\"-100.\" max=\"100.\">6</param>\n" 1415 std::ostringstream mx; local 1427 mx << ext->get_param_float("mx"); 1452 mx.str().c_str(), my.str().c_str(),
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2061 int mx, my; local 2068 get_bin_window()->get_device_position(device, mx, my, mask); 2070 get_bin_window()->get_pointer(mx, my, mask); 2100 inside = do_connection_node(row, i, con_poly, mx, my); 2134 inside = do_connection_node(row, 0, con_poly, mx, my); 2164 inside = do_connection_node(row, 1, con_poly, mx, my); 2202 cr->line_to(mx, con_drag_y); 2203 cr->line_to(mx, my);
|