Home
last modified time | relevance | path

Searched refs:widthPercentReference (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp91 …auto widthPercentReference = layoutConstraint.has_value() ? layoutConstraint->percentReference.Wid… in GetChildrenSize() local
100 widthPercentReference).value_or(0.0f); in GetChildrenSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h573 … const Dimension& parentPaddingTop, float widthPercentReference, float heightPercentReference);
575 const EdgesParam& offsetEdges, float widthPercentReference, float heightPercentReference);
577 const EdgesParam& positionEdges, float widthPercentReference, float heightPercentReference);
H A Drosen_render_context.cpp2979 auto widthPercentReference = percentReference.Width(); in AdjustPaintRect() local
2994 …resultX, resultY, parentPaddingLeft, parentPaddingTop, widthPercentReference, heightPercentReferen… in AdjustPaintRect()
3003 … GetRectOffsetWithPositionEdges(positionEdges, widthPercentReference, heightPercentReference); in AdjustPaintRect()
3015 … offsetX = ConvertToPx(offset.GetX(), ScaleProperty::CreateScaleProperty(), widthPercentReference); in AdjustPaintRect()
3052 const EdgesParam& offsetEdges, float widthPercentReference, float heightPercentReference) in GetRectOffsetWithOffsetEdges() argument
3062 … ConvertToPx(offsetEdges.left.value(), ScaleProperty::CreateScaleProperty(), widthPercentReference) in GetRectOffsetWithOffsetEdges()
3072 …ConvertToPx(offsetEdges.right.value(), ScaleProperty::CreateScaleProperty(), widthPercentReference) in GetRectOffsetWithOffsetEdges()
3079 const EdgesParam& positionEdges, float widthPercentReference, float heightPercentReference) in GetRectOffsetWithPositionEdges() argument
3126 ScaleProperty::CreateScaleProperty(), widthPercentReference) in GetRectOffsetWithPositionEdges()
3149 ScaleProperty::CreateScaleProperty(), widthPercentReference) in GetRectOffsetWithPositionEdges()
[all …]