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)
85 viewFrame.left += fInsets.left;
86 viewFrame.top += fInsets.top;
87 viewFrame.right -= fInsets.right;
88 viewFrame.bottom -= fInsets.bottom;
104 float horizontalInsets = fInsets.left + fInsets.right - 1;
105 float verticalInsets = fInsets.top + fInsets.bottom - 1;
H A DGroupView.cpp57 fInsets(0, 0, 0, 0),
92 if (newInsets != fInsets) {
93 fInsets = newInsets;
151 BPoint location = fInsets.LeftTop();
154 location.y = fInsets.top;
315 fInsets.left + fInsets.right - 1
318 fInsets.top + fInsets.bottom - 1
328 fInsets
[all...]
H A DWrapperView.h39 BRect fInsets; member in class:WrapperView
H A DGroupView.h51 BRect fInsets; member in class:GroupView
/haiku/src/apps/terminal/
H A DSmartTabView.cpp44 fInsets(0, 0, 0, 0),
77 fInsets.left = left;
78 fInsets.top = top;
79 fInsets.right = right;
80 fInsets.bottom = bottom;
135 view->MoveTo(fInsets.LeftTop());
137 - fInsets.left - fInsets.right,
138 ContainerView()->Bounds().Height() - fInsets.top - fInsets
[all...]
H A DSmartTabView.h65 BRect fInsets; member in class:SmartTabView

Completed in 66 milliseconds