Searched refs:set_new_value (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | path.h | 44 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 D | path.cpp | 253 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 D | lpe-envelope.cpp | 243 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 D | lpe-vonkoch.cpp | 263 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 D | lpe-interpolate.cpp | 121 trajectory_path.set_new_value( traj_pathv, true );
|
H A D | lpe-bendpath.cpp | 165 bend_path.set_new_value( path.toPwSb(), true );
|
H A D | lpe-curvestitch.cpp | 179 strokepath.set_new_value( path.toPwSb(), true );
|
/inkscape/src/ui/tools/ |
H A D | freehand-base.cpp | 228 static_cast<LPEPatternAlongPath*>(lpe)->pattern.set_new_value(newpath,true);
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 1503 pathparam->set_new_value(_spcurve->get_pathvector(), false);
|
Completed in 1534 milliseconds