Searched refs:elementInfos (Results 1 - 2 of 2) sorted by path

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.h43 static long _CalculateSumWeight(BList& elementInfos);
H A DSimpleLayouter.cpp256 BList elementInfos(count);
260 elementInfos.AddItem(info);
264 int64 sumWeight = _CalculateSumWeight(elementInfos);
270 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i);
282 SimpleLayouter::_CalculateSumWeight(BList& elementInfos) argument
284 if (elementInfos.IsEmpty())
286 int32 count = elementInfos.CountItems();
291 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i);
300 ElementInfo* info = (ElementInfo*)elementInfos.ItemAt(i);
314 ElementInfo* info = (ElementInfo*)elementInfos
[all...]

Completed in 109 milliseconds