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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp2516 int maxShift = 0; local
2526 maxShift = qAbs (shift) > qAbs (maxShift) ? shift : maxShift;
2531 maxShift = qAbs (shift) > qAbs (maxShift) ? shift : maxShift;
2536 rectangle.translate (maxShift, 0);

Completed in 59 milliseconds