Home
last modified time | relevance | path

Searched refs:scrollRB (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp706 BPoint scrollRB(childRect.RightBottom() + BPoint(1.0f, 1.0f)); in _Layout() local
711 fHScrollBar->MoveTo(scrollLT.x, scrollRB.y); in _Layout()
713 fVScrollBar->MoveTo(scrollRB.x, scrollLT.y); in _Layout()
717 fHScrollBar->MoveTo(scrollLT.x, scrollRB.y); in _Layout()
720 fVScrollBar->MoveTo(scrollRB.x, scrollLT.y); in _Layout()