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

/inkscape/src/live_effects/
H A Dlpe-offset.cpp50 static void append_half_circle(Geom::Piecewise<Geom::D2<Geom::SBasis> > &pwd2, function in namespace:Inkscape::LivePathEffect
75 append_half_circle(output, pwd2_in.lastValue(), n.lastValue() * offset);
77 append_half_circle(output, pwd2_in.firstValue(), -n.firstValue() * offset);

Completed in 21 milliseconds