Searched refs:bend_path1 (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-envelope.h | 41 PathParam bend_path1; member in class:Inkscape::LivePathEffect::LPEEnvelope
|
H A D | lpe-envelope.cpp | 31 bend_path1(_("Top bend path:"), _("Top path along which to bend the original path"), "bendpath1", &wr, this, "M0,0 L1,0"), 40 registerParameter( dynamic_cast<Parameter *>(&bend_path1) ); 72 if ( bend_path1.get_pathvector().empty() 85 Piecewise<D2<SBasis> > uskeleton1 = arc_length_parametrization(bend_path1.get_pwd2(),2,.1); 243 bend_path1.set_new_value( path1.toPwSb(), true );
|
Completed in 207 milliseconds