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

/haiku/src/kits/interface/
H A DScrollBar.cpp416 BRect thumbBG = rect; local
443 thumbBG.left += rect.Height() * 2 + 2;
444 thumbBG.right -= rect.Height() * 2 + 2;
446 thumbBG.left += rect.Height() + 1;
447 thumbBG.right -= rect.Height() + 1;
482 thumbBG.top += rect.Width() * 2 + 2;
483 thumbBG.bottom -= rect.Width() * 2 + 2;
485 thumbBG.top += rect.Width() + 1;
486 thumbBG.bottom -= rect.Width() + 1;
500 BRect leftOfThumb(thumbBG
[all...]

Completed in 39 milliseconds