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

/inkscape/src/live_effects/
H A Dlpe-bspline.cpp163 void LPEBSpline::changeWeight(double weight_ammount) argument
168 doBSplineFromWidget(curve, weight_ammount/100.0);
346 void LPEBSpline::doBSplineFromWidget(SPCurve *curve, double weight_ammount) argument
402 point_at1 = sbasis_in.valueAt(weight_ammount);
403 if (weight_ammount != NO_POWER) {
418 point_at2 = sbasis_in.valueAt(1 - weight_ammount);
419 if (weight_ammount != NO_POWER) {
431 (apply_no_weight && weight_ammount == NO_POWER) ||
432 (apply_with_weight && weight_ammount != NO_POWER))
435 point_at1 = sbasis_in.valueAt(weight_ammount);
[all...]

Completed in 13 milliseconds