Lines Matching refs:weight_ammount
163 void LPEBSpline::changeWeight(double weight_ammount)
168 doBSplineFromWidget(curve, weight_ammount/100.0);
346 void LPEBSpline::doBSplineFromWidget(SPCurve *curve, double weight_ammount)
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);
442 point_at2 = sbasis_in.valueAt(1 - weight_ammount);