Searched refs:fHeightForWidthItems (Results 1 – 3 of 3) sorted by relevance
178 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()
214 BList fHeightForWidthItems; member in BTwoDimensionalLayout::LocalLayouter1029 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()
171 BList fHeightForWidthItems; variable