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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.cpp213 static Piecewise<D2<SBasis> > bend(Piecewise<D2<SBasis> > const &f, Piecewise<SBasis> bending){ function in namespace:Inkscape::LivePathEffect
240 do_bend(_("Bend hatches"), _("Add a global bend to the hatches (slower)"), "do_bend", &wr, this, true),
312 Piecewise<SBasis> tilter;//used to bend the hatches
313 Affine bend_mat;//used to bend the hatches
324 transformed_pwd2_in = bend(transformed_pwd2_in, tilter);
340 smthSnake = bend(smthSnake, -tilter);

Completed in 780 milliseconds