Searched refs:path_from_piecewise (Results 1 - 16 of 16) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-to-bezier.h | 69 PathVector path_from_piecewise(Piecewise<D2<SBasis> > const &B, double tol, bool only_cubicbeziers = false);
|
H A D | sbasis-to-bezier.cpp | 516 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 D | filletchamferpointarray.cpp | 117 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 D | path.cpp | 264 _pathvector = Geom::path_from_piecewise(newpath, LPE_CONVERSION_TOLERANCE);
|
/inkscape/src/live_effects/ |
H A D | lpe-fillet-chamfer.cpp | 239 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 D | lpe-angle_bisector.cpp | 78 return path_from_piecewise(output, LPE_CONVERSION_TOLERANCE);
|
H A D | lpe-interpolate.cpp | 93 Geom::PathVector pathv = Geom::path_from_piecewise(pResult, LPE_CONVERSION_TOLERANCE);
|
H A D | lpe-curvestitch.cpp | 130 Geom::PathVector result = Geom::path_from_piecewise(pwd2_out, LPE_CONVERSION_TOLERANCE);
|
H A D | effect.cpp | 543 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 D | lpe-taperstroke.cpp | 279 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 D | lpe-copy_rotate.cpp | 367 PathVector const original_pathv = path_from_piecewise(remove_short_cuts(pwd2_in, 0.1), 0.001);
|
H A D | lpe-lattice2.cpp | 116 PathVector pathv = path_from_piecewise(pwd2_in,0.001);
|
/inkscape/src/display/ |
H A D | curve.cpp | 605 _pathv = Geom::path_from_piecewise( pwd2, 0.001 );
|
/inkscape/src/ui/tools/ |
H A D | pencil-tool.cpp | 759 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 D | wmf-print.cpp | 890 Geom::PathVector out_pathv = Geom::path_from_piecewise(tmp_pathpw3, 0.01);
|
H A D | emf-print.cpp | 1473 Geom::PathVector out_pathv = Geom::path_from_piecewise(tmp_pathpw3, 0.01);
|
Completed in 52 milliseconds