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

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp417 int64 assignedWeight = 0; local
429 assignedWeight += info->tempWeight;
431 assignedSize = (int32)(space * assignedWeight / sumWeight);

Completed in 70 milliseconds