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

/inkscape/src/live_effects/
H A Dspiro.cpp852 double bend = fabs(ks[0]) + fabs(.5 * ks[1]) + fabs(.125 * ks[2]) +
855 if (!(bend > 1e-8)) {
869 if (depth > 5 || bend < 1.) {
1020 double bend = fabs(ks[0]) + fabs(.5 * ks[1]) + fabs(.125 * ks[2]) +
1023 if (bend < 1e-8) {
1037 if (bend < 1.) {
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 19 milliseconds