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

/inkscape/src/ui/tools/
H A Dselect-tool.h38 bool moved; member in class:Inkscape::UI::Tools::SelectTool
/inkscape/src/
H A Dknot.cpp46 static bool moved = false; variable
222 moved = FALSE;
255 if (moved) {
264 moved = FALSE;
283 // Once the user has moved farther than tolerance from the original location
294 if (!moved) {
302 moved = TRUE;
318 moved = FALSE;
330 moved = FALSE;
342 if (moved) {
[all...]
H A Ddesktop-events.cpp291 static bool moved = false; local
417 moved = true;
427 if (moved) {
509 moved = false;

Completed in 23 milliseconds