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

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h137 BRect _GuessVisibleRect(bool hbar, bool vbar) const;
H A DScrollView.cpp852 BRect innerRect(_GuessVisibleRect(fHScrollBar, fVScrollBar));
942 // _GuessVisibleRect
949 ScrollView::_GuessVisibleRect(bool hbar, bool vbar) const function in class:ScrollView
965 return _GuessVisibleRect(true, true);

Completed in 41 milliseconds