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

/inkscape/src/live_effects/
H A Dlpe-bspline.cpp22 const double NO_POWER = 0.0; member in namespace:Inkscape::LivePathEffect
44 weight.param_set_range(NO_POWER, 100.0);
153 changeWeight(NO_POWER);
403 if (weight_ammount != NO_POWER) {
419 if (weight_ammount != NO_POWER) {
431 (apply_no_weight && weight_ammount == NO_POWER) ||
432 (apply_with_weight && weight_ammount != NO_POWER))
/inkscape/src/ui/tool/
H A Dnode.cpp63 const double NO_POWER = 0.0; member in namespace:Inkscape::UI
632 double nodeWeight = NO_POWER;
633 double nextNodeWeight = NO_POWER;
634 double prevNodeWeight = NO_POWER;
674 double nodeWeight = NO_POWER;
675 double nextNodeWeight = NO_POWER;
676 double prevNodeWeight = NO_POWER;
894 /* in node type changes, about bspline traces, we can mantain them with NO_POWER power in border mode,
897 double weight = NO_POWER;
898 if(_pm()._bsplineHandlePosition(this->front()) != NO_POWER ){
[all...]
H A Dpath-manipulator.cpp60 const double NO_POWER = 0.0; member in namespace:Inkscape::UI
1286 double pos = NO_POWER;
1298 if (pos == NO_POWER && check_other){
1321 if(next_node && pos != NO_POWER){
1328 if(pos == NO_POWER){

Completed in 27 milliseconds