Searched refs:fInsets (Results 1 – 6 of 6) sorted by relevance
/haiku/src/tests/kits/interface/layout/widget_layout_test/ |
H A D | WrapperView.cpp | 15 fInsets(1, 1, 1, 1) in WrapperView() 85 viewFrame.left += fInsets.left; in _ViewFrame() 86 viewFrame.top += fInsets.top; in _ViewFrame() 87 viewFrame.right -= fInsets.right; in _ViewFrame() 88 viewFrame.bottom -= fInsets.bottom; in _ViewFrame() 104 float horizontalInsets = fInsets.left + fInsets.right - 1; in _FromViewSize() 105 float verticalInsets = fInsets.top + fInsets.bottom - 1; in _FromViewSize()
|
H A D | GroupView.cpp | 57 fInsets(0, 0, 0, 0), in GroupView() 92 if (newInsets != fInsets) { in SetInsets() 93 fInsets = newInsets; in SetInsets() 151 BPoint location = fInsets.LeftTop(); in Layout() 154 location.y = fInsets.top; in Layout() 315 fInsets.left + fInsets.right - 1 in _AddInsetsAndSpacing() 318 fInsets.top + fInsets.bottom - 1 in _AddInsetsAndSpacing() 328 fInsets.left + fInsets.right - 1 in _SubtractInsetsAndSpacing() 331 fInsets.top + fInsets.bottom - 1 in _SubtractInsetsAndSpacing()
|
H A D | WrapperView.h | 39 BRect fInsets; variable
|
H A D | GroupView.h | 51 BRect fInsets; variable
|
/haiku/src/apps/terminal/ |
H A D | SmartTabView.cpp | 44 fInsets(0, 0, 0, 0), in SmartTabView() 77 fInsets.left = left; in SetInsets() 78 fInsets.top = top; in SetInsets() 79 fInsets.right = right; in SetInsets() 80 fInsets.bottom = bottom; in SetInsets() 135 view->MoveTo(fInsets.LeftTop()); in Select() 137 - fInsets.left - fInsets.right, in Select() 138 ContainerView()->Bounds().Height() - fInsets.top - fInsets.bottom); in Select()
|
H A D | SmartTabView.h | 65 BRect fInsets;
|