Home
last modified time | relevance | path

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

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp697 bool vbar = (fVScrollBar && fVVisible); in _Layout() local
719 } else if (vbar) { in _Layout()
832 bool vbar = (fScrollingFlags & SCROLL_VERTICAL_MAGIC); in _UpdateScrollBarVisibility() local
838 if (vbar) { in _UpdateScrollBarVisibility()
842 } else if (hbar && width >= dataWidth && vbar && height >= dataHeight) { in _UpdateScrollBarVisibility()
866 if (vbar) { in _UpdateScrollBarVisibility()
931 ScrollView::_ChildRect(bool hbar, bool vbar) const in _ChildRect()
934 if (vbar) in _ChildRect()
949 ScrollView::_GuessVisibleRect(bool hbar, bool vbar) const in _GuessVisibleRect()
952 return _ChildRect(hbar, vbar).OffsetToCopy(ScrollOffset()); in _GuessVisibleRect()
H A DScrollView.h136 BRect _ChildRect(bool hbar, bool vbar) const;
137 BRect _GuessVisibleRect(bool hbar, bool vbar) const;