Searched refs:set_pathvector (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-clone-original.cpp33 curve->set_pathvector(linked_pathv);
H A Dlpe-fill-between-strokes.cpp68 curve->set_pathvector(result_linked_pathv);
71 curve->set_pathvector(result_linked_pathv);
74 curve->set_pathvector(result_second_pathv);
86 curve->set_pathvector(result_pathv);
98 curve->set_pathvector(result_pathv);
H A Dlpe-bounding-box.cpp50 curve->set_pathvector(out);
H A Dlpe-fill-between-many.cpp63 curve->set_pathvector(res_pathv);
H A Dlpe-attach-path.cpp184 curve->set_pathvector(outvector);
H A Dlpe-simplify.cpp150 curve->set_pathvector(result);
H A Deffect.cpp530 curve->set_pathvector(result_pathv);
/inkscape/src/display/
H A Dcurve.h34 void set_pathvector(Geom::PathVector const & new_pathv);
H A Dcurve.cpp73 SPCurve::set_pathvector(Geom::PathVector const & new_pathv) function in class:SPCurve
/inkscape/src/
H A Dsp-conn-end.cpp225 curve->set_pathvector(new_path_vector);
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1163 _spcurve->set_pathvector(pathv);
1369 _spcurve->set_pathvector(pathv);
1464 _hc->set_pathvector(pv);
/inkscape/src/ui/tools/
H A Dnode-tool.cpp314 cc->set_pathvector(*p);
H A Dpencil-tool.cpp772 this->green_curve->set_pathvector(Geom::path_from_piecewise(this->sketch_interpolation, 0.01));

Completed in 5246 milliseconds