Searched refs:getFlex (Results 1 – 3 of 3) sorted by relevance
607 std::function<float(const RefPtr<LayoutWrapper>&)> getFlex; in SecondaryMeasureByProperty() local646 CheckIsGrowOrShrink(getFlex, remainSpace, spacePerFlex, flexItemProperties, lastChild); in SecondaryMeasureByProperty()667 float itemFlex = getFlex(child.layoutWrapper); in SecondaryMeasureByProperty()735 …exLayoutAlgorithm::CheckIsGrowOrShrink(std::function<float(const RefPtr<LayoutWrapper>&)>& getFlex, in CheckIsGrowOrShrink() argument739 getFlex = [](const RefPtr<LayoutWrapper>& item) -> float { in CheckIsGrowOrShrink()756 …getFlex = [isLinearLayoutFeature = isLinearLayoutFeature_](const RefPtr<LayoutWrapper>& item) -> f… in CheckIsGrowOrShrink()
92 …void CheckIsGrowOrShrink(std::function<float(const RefPtr<LayoutWrapper>&)>& getFlex, float remain…
593 double (*getFlex)(const RefPtr<RenderFlexItem>&) = nullptr; in ResizeItems() local596 getFlex = [](const RefPtr<RenderFlexItem>& item) { return item->GetFlexGrow(); }; in ResizeItems()600 getFlex = [](const RefPtr<RenderFlexItem>& item) { return item->GetFlexShrink(); }; in ResizeItems()620 double itemFlex = getFlex(flexItem); in ResizeItems()