Home
last modified time | relevance | path

Searched defs:anchorHeight (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.cpp652 float anchorHeight = 0.0f; in GetVerticalAnchorValueByAlignRule() local
1771 …nerLayoutAlgorithm::CalcVerticalOffsetAlignTop(const VerticalAlign& alignRule, float& anchorHeight) in CalcVerticalOffsetAlignTop()
1791 const VerticalAlign& alignRule, float& anchorHeight, float& flexItemHeight) in CalcVerticalOffsetAlignCenter()
1811 const VerticalAlign& alignRule, float& anchorHeight, float& flexItemHeight) in CalcVerticalOffsetAlignBottom()
1838 float anchorHeight; in CalcVerticalOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp464 double anchorHeight = IsAnchorContainer(alignRule.anchor) ? in CalcVerticalOffset() local