Searched refs:path_from_piecewise (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/2geom/
H A Dsbasis-to-bezier.h69 PathVector path_from_piecewise(Piecewise<D2<SBasis> > const &B, double tol, bool only_cubicbeziers = false);
H A Dsbasis-to-bezier.cpp516 path_from_piecewise(Geom::Piecewise<Geom::D2<Geom::SBasis> > const &B, double tol, bool only_cubicbeziers) { function in namespace:Geom
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp117 path_from_piecewise(remove_short_cuts(pwd2_in, 0.1), 0.001);
119 path_from_piecewise(remove_short_cuts(last_pwd2, 0.1), 0.001);
274 PathVector pathv = path_from_piecewise(pwd2_in, 0.001);
413 Geom::PathVector subpaths = path_from_piecewise(last_pwd2, 0.1);
426 Geom::Path p0 = path_from_piecewise(offset_curve0, 0.1)[0];
427 Geom::Path p1 = path_from_piecewise(offset_curve1, 0.1)[0];
446 Geom::PathVector subpaths = path_from_piecewise(last_pwd2, 0.1);
451 Geom::Curve * A = path_from_piecewise(u, 0.1)[0][0].duplicate();
802 Geom::PathVector subpaths = path_from_piecewise(_pparam->last_pwd2, 0.1);
H A Dpath.cpp264 _pathvector = Geom::path_from_piecewise(newpath, LPE_CONVERSION_TOLERANCE);
/inkscape/src/live_effects/
H A Dlpe-fillet-chamfer.cpp239 doUpdateFillet(path_from_piecewise(pwd2, tolerance), power);
246 doChangeType(path_from_piecewise(pwd2, tolerance), 1);
253 doChangeType(path_from_piecewise(pwd2, tolerance), 2);
261 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 5000);
269 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 3000);
277 doChangeType(path_from_piecewise(pwd2, tolerance), chamfer_steps + 4000);
426 Geom::Curve const * A = path_from_piecewise(u, 0.1)[0][0].duplicate();
H A Dlpe-angle_bisector.cpp78 return path_from_piecewise(output, LPE_CONVERSION_TOLERANCE);
H A Dlpe-interpolate.cpp93 Geom::PathVector pathv = Geom::path_from_piecewise(pResult, LPE_CONVERSION_TOLERANCE);
H A Dlpe-curvestitch.cpp130 Geom::PathVector result = Geom::path_from_piecewise(pwd2_out, LPE_CONVERSION_TOLERANCE);
H A Deffect.cpp543 Geom::PathVector path = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE);
556 path_out = Geom::path_from_piecewise( pwd2_out, LPE_CONVERSION_TOLERANCE);
H A Dlpe-taperstroke.cpp279 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0];
309 throwaway_path = Geom::path_from_piecewise(pwd2, LPE_CONVERSION_TOLERANCE)[0];
H A Dlpe-copy_rotate.cpp367 PathVector const original_pathv = path_from_piecewise(remove_short_cuts(pwd2_in, 0.1), 0.001);
H A Dlpe-lattice2.cpp116 PathVector pathv = path_from_piecewise(pwd2_in,0.001);
/inkscape/src/display/
H A Dcurve.cpp605 _pathv = Geom::path_from_piecewise( pwd2, 0.001 );
/inkscape/src/ui/tools/
H A Dpencil-tool.cpp759 path.LoadPathVector(Geom::path_from_piecewise(this->sketch_interpolation, 0.01));
772 this->green_curve->set_pathvector(Geom::path_from_piecewise(this->sketch_interpolation, 0.01));
/inkscape/src/extension/internal/
H A Dwmf-print.cpp890 Geom::PathVector out_pathv = Geom::path_from_piecewise(tmp_pathpw3, 0.01);
H A Demf-print.cpp1473 Geom::PathVector out_pathv = Geom::path_from_piecewise(tmp_pathpw3, 0.01);

Completed in 52 milliseconds