Home
last modified time | relevance | path

Searched refs:TwoAlignedValues (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h29 using TwoAlignedValues = std::pair<std::optional<float>, std::optional<float>>; variable
30 using ChildIdealSize = TwoAlignedValues;
131 …void CalcBiasTowDirection(std::pair<TwoAlignedValues, TwoAlignedValues>& alignedValuesOnTwoDirecti…
134 …std::pair<TwoAlignedValues, TwoAlignedValues> GetFirstTwoAlignValues(const RefPtr<LayoutWrapper>& …
136 …void UpdateTwoAlignValues(TwoAlignedValues& twoAlignedValues, AlignRule alignRule, LineDirection d…
H A Drelative_container_layout_algorithm.cpp55 TwoAlignedValues& twoAlignedValues, AlignRule alignRule, LineDirection direction) in UpdateTwoAlignValues()
1464 …std::pair<TwoAlignedValues, TwoAlignedValues>& alignedValuesOnTwoDirections, ChildIdealSize& child… in CalcBiasTowDirection() argument
1521 std::pair<TwoAlignedValues, TwoAlignedValues> RelativeContainerLayoutAlgorithm::GetFirstTwoAlignVal… in GetFirstTwoAlignValues()
1528 TwoAlignedValues horizontalValues; in GetFirstTwoAlignValues()
1529 TwoAlignedValues verticalValues; in GetFirstTwoAlignValues()