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

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp696 bool hbar = (fHScrollBar && fHVisible); local
716 } else if (hbar) {
831 bool hbar = (fScrollingFlags & SCROLL_HORIZONTAL_MAGIC); local
834 if (hbar) {
842 } else if (hbar && width >= dataWidth && vbar && height >= dataHeight) {
856 if (hbar) {
928 // scroll bar visibility, but a fictitious one given by /hbar/ and /vbar/
931 ScrollView::_ChildRect(bool hbar, bool vbar) const argument
936 if (hbar)
945 // fictitious scroll bar visibility given by /hbar/ an
949 _GuessVisibleRect(bool hbar, bool vbar) const argument
[all...]
H A DScrollView.h136 BRect _ChildRect(bool hbar, bool vbar) const;
137 BRect _GuessVisibleRect(bool hbar, bool vbar) const;

Completed in 37 milliseconds