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

/inkscape/src/ui/tools/
H A Dtweak-tool.h85 void update_cursor(bool with_shift);
H A Dtweak-tool.cpp151 void TweakTool::update_cursor (bool with_shift) { argument
169 if (with_shift) {
181 if (with_shift) {
189 if (with_shift) {
197 if (with_shift) {
209 if (with_shift) {
217 if (with_shift) {
1118 sp_tweak_switch_mode (TweakTool *tc, gint mode, bool with_shift) argument
1123 tc->update_cursor(with_shift);
1127 sp_tweak_switch_mode_temporarily (TweakTool *tc, gint mode, bool with_shift) argument
[all...]
H A Dspray-tool.cpp208 void SprayTool::update_cursor(bool /*with_shift*/) {
1243 static void sp_spray_switch_mode(SprayTool *tc, gint mode, bool with_shift) argument
1249 tc->update_cursor(with_shift);

Completed in 22 milliseconds