Searched defs:strokepath (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-curvestitch.h38 PathParam strokepath; member in class:Inkscape::LivePathEffect::LPECurveStitch
H A Dlpe-powerstroke.cpp617 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 26 milliseconds