Searched refs:set_new_value (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dpath.h44 void set_new_value (Geom::PathVector const &newpath, bool write_to_svg);
45 void set_new_value (Geom::Piecewise<Geom::D2<Geom::SBasis> > const &newpath, bool write_to_svg);
H A Dpath.cpp253 set_new_value( _pathvector * postmul, true );
258 * See comments for set_new_value(Geom::PathVector).
261 PathParam::set_new_value (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & newpath, bool write_to_svg) function in class:Inkscape::LivePathEffect::PathParam
294 PathParam::set_new_value (Geom::PathVector const &newpath, bool write_to_svg) function in class:Inkscape::LivePathEffect::PathParam
380 set_new_value (_pathvector, true);
/inkscape/src/live_effects/
H A Dlpe-envelope.cpp243 bend_path1.set_new_value( path1.toPwSb(), true );
248 bend_path2.set_new_value( path2.toPwSb(), true );
253 bend_path3.set_new_value( path3.toPwSb(), true );
258 bend_path4.set_new_value( path4.toPwSb(), true );
H A Dlpe-vonkoch.cpp263 ref_path.set_new_value(tmp_pathv,true);
287 ref_path.set_new_value(refpaths, true);
291 generator.set_new_value(paths, true);
304 //generator.set_new_value(paths, true);
H A Dlpe-interpolate.cpp121 trajectory_path.set_new_value( traj_pathv, true );
H A Dlpe-bendpath.cpp165 bend_path.set_new_value( path.toPwSb(), true );
H A Dlpe-curvestitch.cpp179 strokepath.set_new_value( path.toPwSb(), true );
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp228 static_cast<LPEPatternAlongPath*>(lpe)->pattern.set_new_value(newpath,true);
/inkscape/src/ui/tool/
H A Dpath-manipulator.cpp1503 pathparam->set_new_value(_spcurve->get_pathvector(), false);

Completed in 1534 milliseconds