Searched refs:itemFlex (Results 1 – 3 of 3) sorted by relevance
667 float itemFlex = getFlex(child.layoutWrapper); in SecondaryMeasureByProperty() local671 ? spacePerFlex * itemFlex in SecondaryMeasureByProperty()672 … : spacePerFlex * itemFlex * (GetChildMainAxisSize(childLayoutWrapper) - childMainAxisMargin); in SecondaryMeasureByProperty()680 … itemFlex * (GetChildMainAxisSize(childLayoutWrapper) - childMainAxisMargin); in SecondaryMeasureByProperty()688 … auto shrinkSize = itemFlex * (GetChildMainAxisSize(childLayoutWrapper) - childMainAxisMargin); in SecondaryMeasureByProperty()
671 float itemFlex = flexItemProperty->GetFlexGrow().value_or(0.0f); in CalcFlexGrowLayout() local672 if (GreatNotEqual(itemFlex, 0.0f) && GreatNotEqual(remainSpace, 0.0f) && in CalcFlexGrowLayout()674 float flexSize = itemFlex * remainSpace / flexItemProperties.totalGrow; in CalcFlexGrowLayout()
620 double itemFlex = getFlex(flexItem); in ResizeItems() local622 : ((remainSpace > 0) ? spacePerFlex * itemFlex in ResizeItems()623 … : spacePerFlex * itemFlex * GetMainSize(item)); in ResizeItems()