Searched refs:nextNodeFlexItem (Results 1 – 1 of 1) sorted by relevance
363 const auto& nextNodeFlexItem = nextNodeWrapper->GetLayoutProperty()->GetFlexItemProperty(); in CheckNodeInHorizontalChain() local364 if (!nextNodeFlexItem) { in CheckNodeInHorizontalChain()367 AlignRulesItem nextNodeAlignRules = nextNodeFlexItem->GetAlignRulesValue(); in CheckNodeInHorizontalChain()381 childLayoutWeight = nextNodeFlexItem->GetChainWeight()->first.value_or(0.0f); in CheckNodeInHorizontalChain()453 const auto& nextNodeFlexItem = nextNodeWrapper->GetLayoutProperty()->GetFlexItemProperty(); in CheckNodeInVerticalChain() local454 if (!nextNodeFlexItem) { in CheckNodeInVerticalChain()457 AlignRulesItem nextNodeAlignRules = nextNodeFlexItem->GetAlignRulesValue(); in CheckNodeInVerticalChain()471 childLayoutWeight = nextNodeFlexItem->GetChainWeight()->second.value_or(0.0f); in CheckNodeInVerticalChain()