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

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFrustum.h123 T bottom() const { return _bottom; }
181 T _bottom; member in class:Imath::Frustum
230 _bottom = f._bottom;
246 _bottom == src._bottom &&
264 _bottom = b;
278 Line3<T> lowerLeft( Vec3<T>(0,0,0), Vec3<T>(_left,_bottom,-_near) );
289 _bottom = ll.y;
314 _bottom
[all...]
/haiku-fatelf/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-fatelf/headers/os/interface/
H A DMenu.h149 float* _right, float* _bottom) const;
H A DTextView.h182 float* _right, float* _bottom) const;
/haiku-fatelf/src/kits/interface/
H A DTextView.cpp2420 float* _bottom) const
2428 if (_bottom)
2429 *_bottom = fLayoutData->bottomInset;

Completed in 79 milliseconds