Searched refs:assignedSize (Results 1 – 1 of 1) sorted by relevance
418 int32 assignedSize = 0; in _LayoutStandard() local430 int32 oldAssignedSize = assignedSize; in _LayoutStandard()431 assignedSize = (int32)(space * assignedWeight / sumWeight); in _LayoutStandard()432 layoutInfo.size += assignedSize - oldAssignedSize; in _LayoutStandard()