Searched refs:strokepath (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-curvestitch.h | 38 PathParam strokepath; member in class:Inkscape::LivePathEffect::LPECurveStitch
|
H A D | lpe-curvestitch.cpp | 41 strokepath(_("Stitch path:"), _("The path that will be used as stitch."), "strokepath", &wr, this, "M0,0 L1,0"), 55 registerParameter( dynamic_cast<Parameter *>(&strokepath) ); 80 D2<Piecewise<SBasis> > stroke = make_cuts_independent(strokepath.get_pwd2()); 126 Piecewise<D2<SBasis> > pwd2_out = (strokepath.get_pwd2()-stroke_origin) * transform; 179 strokepath.set_new_value( path.toPwSb(), true ); 182 strokepath.param_set_and_write_default(); 186 strokepath.param_set_and_write_default(); 194 * special casing is probably needed, because rotation should not be propagated to the strokepath. 201 strokepath [all...] |
H A D | lpe-powerstroke.cpp | 617 Geom::Path strokepath = interpolator->interpolateToPath(ts); local 621 strokepath *= Scale(1/xcoord_scaling, 1); 623 D2<Piecewise<SBasis> > patternd2 = make_cuts_independent(strokepath.toPwSb());
|
Completed in 18 milliseconds