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

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

Completed in 47 milliseconds