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

/haiku/src/kits/interface/
H A DTabView.cpp1101 containerSize.width += 2 * _BorderWidth();
1102 containerSize.height += 2 * _BorderWidth();
1120 containerSize.width += 2 * _BorderWidth();
1121 containerSize.height += 2 * _BorderWidth();
1139 containerSize.width += 2 * _BorderWidth();
1140 containerSize.height += 2 * _BorderWidth();
1445 BTabView::_BorderWidth() const function in class:BTabView
1464 float borderWidth = _BorderWidth();
/haiku/headers/os/interface/
H A DTabView.h208 float _BorderWidth() const;

Completed in 33 milliseconds