Home
last modified time | relevance | path

Searched refs:fInsets (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp15 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 DGroupView.cpp57 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 DWrapperView.h39 BRect fInsets; variable
H A DGroupView.h51 BRect fInsets; variable
/haiku/src/apps/terminal/
H A DSmartTabView.cpp44 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 DSmartTabView.h65 BRect fInsets;