Searched refs:_right (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp165 BALMLayoutBuilder::AddToRight(BView* view, XTab* _right, YTab* top, argument
170 BReference<XTab> right = _right;
171 if (_right == NULL)
237 BALMLayoutBuilder::AddToRight(BLayoutItem* item, XTab* _right, YTab* top, argument
242 BReference<XTab> right = _right;
243 if (_right == NULL)
H A DALMLayout.cpp616 BALMLayout::AddColumn(XTab* _left, XTab* _right) argument
619 BReference<XTab> right = _right;
622 if (_right == NULL)
855 BALMLayout::AddItem(BLayoutItem* item, XTab* _left, YTab* _top, XTab* _right, argument
860 || (_right && !_right->IsSuitableFor(this))
864 BReference<XTab> right = _right;
/haiku/src/kits/interface/
H A DControlLook.cpp109 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
111 GetFrameInsets(frameType, flags, _left, _top, _right, _bottom);
118 _right += right;
108 GetInsets(frame_type frameType, background_type backgroundType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
H A DHaikuControlLook.cpp2390 float& _top, float& _right, float& _bottom)
2413 _right = inset;
2420 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
2436 _right = 1 + ComposeSpacing(kButtonPopUpIndicatorWidth);
2442 _right = 1;
2448 _right = 0;
2455 _right = inset;
2389 GetFrameInsets(frame_type frameType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
2419 GetBackgroundInsets(background_type backgroundType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
H A DMenu.cpp1346 BMenu::GetItemMargins(float* _left, float* _top, float* _right, argument
1355 if (_right != NULL)
1356 *_right = fPad.right;
H A DTextView.cpp2299 BTextView::GetInsets(float* _left, float* _top, float* _right, argument
2306 if (_right)
2307 *_right = fLayoutData->rightInset;
/haiku/headers/os/interface/
H A DControlLook.h372 float& _right, float& _bottom) = 0;
376 float& _right, float& _bottom) = 0;
380 float& _right, float& _bottom);
H A DMenu.h151 float* _right, float* _bottom) const;
H A DTextView.h183 float* _right, float* _bottom) const;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h290 float& _right, float& _bottom);
294 float& _right, float& _bottom);
H A DBeControlLook.cpp2403 float& _top, float& _right, float& _bottom)
2426 _right = inset;
2433 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
2449 _right = 1 + kButtonPopUpIndicatorWidth;
2455 _right = 1;
2461 _right = 0;
2468 _right = inset;
2402 GetFrameInsets(frame_type frameType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
2432 GetBackgroundInsets(background_type backgroundType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
/haiku/headers/private/interface/
H A DHaikuControlLook.h311 float& _right, float& _bottom);
315 float& _right, float& _bottom);

Completed in 123 milliseconds