Searched refs:pwd2 (Results 1 - 11 of 11) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-offset.cpp50 static void append_half_circle(Geom::Piecewise<Geom::D2<Geom::SBasis> > &pwd2, argument
57 pwd2.continuousConcat(cap_pwd2);
H A Dlpe-taperstroke.cpp268 Piecewise<D2<SBasis> > pwd2; local
278 pwd2.concat(stretch_along(pathv_out[0].toPwSb(), pat_vec[0], fabs(line_width)));
279 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0];
306 pwd2 = Piecewise<D2<SBasis> >();
307 pwd2.concat(stretch_along(pathv_out[2].toPwSb(), pat_vec[0], fabs(line_width)));
309 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0];
480 Piecewise<D2<SBasis> > pwd2; local
482 pwd2.concat(p_in.toPwSb());
484 double t0 = nearest_time(s, pwd2);
510 Piecewise<D2<SBasis> > pwd2 local
[all...]
H A Dlpe-fillet-chamfer.cpp238 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
239 doUpdateFillet(path_from_piecewise(pwd2, tolerance), power);
245 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
246 doChangeType(path_from_piecewise(pwd2, tolerance), 1);
252 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
253 doChangeType(path_from_piecewise(pwd2, tolerance), 2);
260 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
261 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 5000);
268 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
269 doChangeType(path_from_piecewise(pwd2, toleranc
276 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
283 Piecewise<D2<SBasis> > const &pwd2 = fillet_chamfer_values.get_pwd2(); local
[all...]
H A Dlpe-curvestitch.cpp164 Piecewise<D2<SBasis> > pwd2;
167 pwd2.concat( temppath[i].toPwSb() );
169 D2<Piecewise<SBasis> > d2pw = make_cuts_independent(pwd2);
H A Dlpe-tangent_to_curve.cpp136 Piecewise<D2<SBasis> > pwd2 = paths_to_pw( lpe->pathvector_before_effect ); local
138 double t0 = nearest_time(s, pwd2);
/inkscape/src/live_effects/parameter/
H A Dpowerstrokepointarray.cpp160 Piecewise<D2<SBasis> > const & pwd2 = _pparam->get_pwd2(); local
164 double t = nearest_time(s, pwd2);
165 double offset = dot(s - pwd2.valueAt(t), n.valueAt(t));
179 Piecewise<D2<SBasis> > const & pwd2 = _pparam->get_pwd2(); local
183 if (offset_point[X] > pwd2.size() || offset_point[X] < 0) {
187 Point canvas_point = pwd2.valueAt(offset_point[X]) + offset_point[Y] * n.valueAt(offset_point[X]);
H A Dtext.cpp55 TextParam::setPosAndAnchor(const Geom::Piecewise<Geom::D2<Geom::SBasis> > &pwd2, argument
60 Piecewise<D2<SBasis> > pwd2_reparam = arc_length_parametrization(pwd2, 2 , 0.1);
H A Dtext.h45 void setPosAndAnchor(const Geom::Piecewise<Geom::D2<Geom::SBasis> > &pwd2,
H A Dfilletchamferpointarray.cpp707 Piecewise<D2<SBasis> > const &pwd2 = _pparam->get_pwd2(); local
708 double t = nearest_time(p, pwd2[_index]);
709 Geom::Point const s = snap_knot_position(pwd2[_index].valueAt(t), state);
710 t = nearest_time(s, pwd2[_index]);
733 Piecewise<D2<SBasis> > const &pwd2 = _pparam->get_pwd2(); local
736 Point canvas_point = pwd2.valueAt(time_it);
/inkscape/src/ui/tools/
H A Dlpe-tool.cpp368 set_pos_and_anchor(SPCanvasText *canvas_text, const Geom::Piecewise<Geom::D2<Geom::SBasis> > &pwd2, argument
373 Piecewise<D2<SBasis> > pwd2_reparam = arc_length_parametrization(pwd2, 2 , 0.1);
404 Geom::Piecewise<Geom::D2<Geom::SBasis> > pwd2 = paths_to_pw(curve->get_pathvector()); local
416 lengthval = Geom::length(pwd2);
420 set_pos_and_anchor(canvas_text, pwd2, 0.5, 10);
447 Geom::Piecewise<Geom::D2<Geom::SBasis> > pwd2 = Geom::paths_to_pw(curve->get_pathvector()); local
454 double lengthval = Geom::length(pwd2);
458 set_pos_and_anchor(SP_CANVASTEXT(i->second), pwd2, 0.5, 10);
/inkscape/src/display/
H A Dcurve.cpp592 Geom::Piecewise<Geom::D2<Geom::SBasis> > pwd2 = _pathv.front().toPwSb(); local
593 Geom::Piecewise<Geom::SBasis> arclength = Geom::arcLengthSb(pwd2);
604 pwd2 += offsetpath;
605 _pathv = Geom::path_from_piecewise( pwd2, 0.001 );

Completed in 56 milliseconds