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

/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp189 Piecewise<D2<SBasis> > stretch_along(Piecewise<D2<SBasis> > pwd2_in, Geom::Path pattern, double width);
263 // now for the actual tapering. the stretch_along method (stolen from PaP) is used to accomplish this
278 pwd2.concat(stretch_along(pathv_out[0].toPwSb(), pat_vec[0], fabs(line_width)));
307 pwd2.concat(stretch_along(pathv_out[2].toPwSb(), pat_vec[0], fabs(line_width)));
370 Piecewise<D2<SBasis> > stretch_along(Piecewise<D2<SBasis> > pwd2_in, Geom::Path pattern, double prop_scale) function in namespace:Inkscape::LivePathEffect

Completed in 15 milliseconds