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

/inkscape/src/ui/tool/
H A Dnode.cpp492 bool can_shift_rotate = _parent->type() == NODE_CUSP && !other()->isDegenerate(); local
493 if (can_shift_rotate && !isBSpline) {
502 if (state_held_shift(state) && can_shift_rotate) {
513 if (state_held_shift(state) && can_shift_rotate) {
523 if (state_held_shift(state) && can_shift_rotate && !isBSpline) {
535 } else if (state_held_shift(state) && can_shift_rotate && !isBSpline) {

Completed in 18 milliseconds