Searched refs:heightPercentReference (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_layout_algorithm.cpp | 93 …auto heightPercentReference = layoutConstraint.has_value() ? layoutConstraint->percentReference.He… in GetChildrenSize() local 102 heightPercentReference).value_or(0.0f); in GetChildrenSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 573 … 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 D | rosen_render_context.cpp | 2980 auto heightPercentReference = percentReference.Height(); in AdjustPaintRect() local 2994 …ultX, resultY, parentPaddingLeft, parentPaddingTop, widthPercentReference, heightPercentReference); in AdjustPaintRect() 3003 … GetRectOffsetWithPositionEdges(positionEdges, widthPercentReference, heightPercentReference); in AdjustPaintRect() 3016 …offsetY = ConvertToPx(offset.GetY(), ScaleProperty::CreateScaleProperty(), heightPercentReference); in AdjustPaintRect() 3052 const EdgesParam& offsetEdges, float widthPercentReference, float heightPercentReference) in GetRectOffsetWithOffsetEdges() argument 3057 … ConvertToPx(offsetEdges.top.value(), ScaleProperty::CreateScaleProperty(), heightPercentReference) in GetRectOffsetWithOffsetEdges() 3067 …nvertToPx(offsetEdges.bottom.value(), ScaleProperty::CreateScaleProperty(), heightPercentReference) in GetRectOffsetWithOffsetEdges() 3079 const EdgesParam& positionEdges, float widthPercentReference, float heightPercentReference) in GetRectOffsetWithPositionEdges() argument 3116 ScaleProperty::CreateScaleProperty(), heightPercentReference) in GetRectOffsetWithPositionEdges() 3138 ScaleProperty::CreateScaleProperty(), heightPercentReference) in GetRectOffsetWithPositionEdges() [all …]
|