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

/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp201 BALMLayoutBuilder::AddBelow(BView* view, YTab* _bottom, XTab* left, argument
210 BReference<YTab> bottom = _bottom;
211 if (_bottom == NULL)
273 BALMLayoutBuilder::AddBelow(BLayoutItem* item, YTab* _bottom, XTab* left, argument
282 BReference<YTab> bottom = _bottom;
283 if (_bottom == NULL)
H A DALMLayout.cpp596 BALMLayout::AddRow(YTab* _top, YTab* _bottom) argument
599 BReference<YTab> bottom = _bottom;
602 if (_bottom == NULL)
856 YTab* _bottom)
861 || (_bottom && !_bottom->IsSuitableFor(this)))
867 BReference<YTab> bottom = _bottom;
855 AddItem(BLayoutItem* item, XTab* _left, YTab* _top, XTab* _right, YTab* _bottom) argument
/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);
119 _bottom += bottom;
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)
2414 _bottom = inset;
2420 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
2437 _bottom = 1;
2443 _bottom = 0;
2449 _bottom = 1;
2456 _bottom = 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.cpp1347 float* _bottom) const
1358 if (_bottom != NULL)
1359 *_bottom = fPad.bottom;
H A DTextView.cpp2300 float* _bottom) const
2308 if (_bottom)
2309 *_bottom = fLayoutData->bottomInset;
/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)
2427 _bottom = inset;
2433 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
2450 _bottom = 1;
2456 _bottom = 0;
2462 _bottom = 1;
2469 _bottom = 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 354 milliseconds