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

/inkscape/src/ui/tool/
H A Dcontrol-point-selection.h137 bool _keyboardScale(GdkEventKey const &, int);
H A Dcontrol-point-selection.cpp587 bool ControlPointSelection::_keyboardScale(GdkEventKey const &event, int dir) function in class:Inkscape::UI::ControlPointSelection
689 return _keyboardScale(event->key, -1);
692 return _keyboardScale(event->key, 1);

Completed in 16 milliseconds