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

/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp752 BRect bottomLeft = rect; local
757 bottomLeft.top = floorf(rect.top
759 bottomLeft.right = floorf(rect.left
762 topLeft.bottom = bottomLeft.top;
763 topLeft.right = bottomLeft.right + 1;
769 bottomRight.top = bottomLeft.top;
770 bottomRight.left = bottomLeft.right;
801 bottomLeft.right += 1;
802 bottomLeft.top -= 2;
804 region.Exclude(bottomLeft);
[all...]

Completed in 35 milliseconds