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

/inkscape/src/ui/tool/
H A Devent-utils.h22 inline bool state_held_shift(unsigned state) { function in namespace:Inkscape::UI
55 return state_held_shift(event.state);
H A Dcurve-drag-point.cpp190 if(state_held_shift(state) && _pm._isBSpline()){
194 if (state_held_shift(state)) {
H A Dtransform-handle-set.cpp201 if (state_held_shift(state)) {
207 if (state_held_shift(state)) {
446 if (state_held_shift(state)) {
585 if (state_held_shift(state)) {
H A Dnode.cpp502 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) {
538 } else if(state_held_shift(state) && isBSpline){
1416 if (state_held_shift(state)) {
/inkscape/src/ui/tools/
H A Dnode-tool.cpp650 if (state_held_shift(new_state)) {
761 if (!state_held_shift(event->state)) {

Completed in 26 milliseconds