Home
last modified time | relevance | path

Searched defs:percentReference (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp33 …vertToSize(const CalcSize& size, const ScaleProperty& scaleProperty, const SizeF& percentReference) in ConvertToSize()
41 const CalcSize& size, const ScaleProperty& scaleProperty, const SizeF& percentReference) in ConvertToOptionalSize()
48 …t> ConvertToPx(const CalcLength& value, const ScaleProperty& scaleProperty, float percentReference) in ConvertToPx()
59 …const std::optional<CalcLength>& value, const ScaleProperty& scaleProperty, float percentReference) in ConvertToPx()
83 …st std::optional<Dimension>& dimension, const ScaleProperty& scaleProperty, float percentReference) in ConvertToPx()
110 const ScaleProperty& scaleProperty, float percentReference, bool roundPixel, bool nonNegative) in ConvertToPaddingPropertyF()
119 float percentReference, bool roundPixel, bool nonNegative) in ConvertToPaddingPropertyF()
159 const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) in ConvertToMarginPropertyF()
165 …const MarginProperty& margin, const ScaleProperty& scaleProperty, float percentReference, bool rou… in ConvertToMarginPropertyF()
171 const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) in ConvertToBorderWidthPropertyF()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dmeasure_utils_test_ng.cpp1012 SizeF percentReference = { 20, 20 }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2978 auto percentReference = GetPercentReference(frameNode); in AdjustPaintRect() local
3493 …SizeF percentReference = SizeF(PipelineContext::GetCurrentRootWidth(), PipelineContext::GetCurrent… in GetPercentReference() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3199 const RefPtr<RenderContext>& context, const SizeF& percentReference) in ContextPositionConvertToPX()