Home
last modified time | relevance | path

Searched defs:widthPercentReference (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_container_layout_algorithm.cpp91 …auto widthPercentReference = layoutConstraint.has_value() ? layoutConstraint->percentReference.Wid… in GetChildrenSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp1912 …auto widthPercentReference = layoutConstraint.has_value() ? layoutConstraint->percentReference.Wid… in AdjustPaintRect() local
1952 …const Dimension& parentPaddingLeft, const Dimension& parentPaddingTop, float widthPercentReference, in CombineMarginAndPosition()