Home
last modified time | relevance | path

Searched refs:fHeightForWidthItems (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DSplitLayout.cpp178 fHeightForWidthItems(), in BSplitLayout()
220 fHeightForWidthItems(), in BSplitLayout()
549 return !fHeightForWidthItems.IsEmpty(); in HasHeightForWidth()
1254 fHeightForWidthItems.MakeEmpty(); in _ValidateMinMax()
1269 fHeightForWidthItems.AddItem(item); in _ValidateMinMax()
1311 if (fHeightForWidthItems.IsEmpty()) in _ValidateMinMax()
1357 int32 count = fHeightForWidthItems.CountItems(); in _InternalGetHeightForWidth()
1359 BLayoutItem* item = (BLayoutItem*)fHeightForWidthItems.ItemAt(i); in _InternalGetHeightForWidth()
H A DTwoDimensionalLayout.cpp214 BList fHeightForWidthItems; member in BTwoDimensionalLayout::LocalLayouter
1029 fHeightForWidthItems(), in LocalLayouter()
1115 fHeightForWidthItems.MakeEmpty(); in ValidateMinMax()
1269 fHeightForWidthItems.AddItem(item); in AddConstraints()
1308 return !fHeightForWidthItems.IsEmpty(); in HasHeightForWidth()
1326 int32 itemCount = fHeightForWidthItems.CountItems(); in AddHeightForWidthConstraints()
1328 BLayoutItem* item = (BLayoutItem*)fHeightForWidthItems.ItemAt(i); in AddHeightForWidthConstraints()
H A DSplitLayout.h171 BList fHeightForWidthItems; variable