Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dmeasure_utils_test_ng.cpp1012 SizeF percentReference = { 20, 20 }; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_utils.cpp23 SizeF ConvertToSize(const CalcSize& size, const ScaleProperty& scaleProperty, const SizeF& percentReference) in ConvertToSize() argument
38 std::optional<float> ConvertToPx(const CalcLength& value, const ScaleProperty& scaleProperty, float percentReference) in ConvertToPx() argument
30 ConvertToOptionalSize( const CalcSize& size, const ScaleProperty& scaleProperty, const SizeF& percentReference) ConvertToOptionalSize() argument
48 ConvertToPx( const std::optional<CalcLength>& value, const ScaleProperty& scaleProperty, float percentReference) ConvertToPx() argument
62 ConvertToPx(const Dimension& dimension, const ScaleProperty& scaleProperty, float percentReference) ConvertToPx() argument
72 ConvertToPx( const std::optional<Dimension>& dimension, const ScaleProperty& scaleProperty, float percentReference) ConvertToPx() argument
99 ConvertToPaddingPropertyF(const std::unique_ptr<PaddingProperty>& padding, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel, bool nonNegative) ConvertToPaddingPropertyF() argument
108 ConvertToPaddingPropertyF(const PaddingProperty& padding, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel, bool nonNegative) ConvertToPaddingPropertyF() argument
148 ConvertToMarginPropertyF(const std::unique_ptr<MarginProperty>& margin, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) ConvertToMarginPropertyF() argument
154 ConvertToMarginPropertyF( const MarginProperty& margin, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) ConvertToMarginPropertyF() argument
160 ConvertToBorderWidthPropertyF(const std::unique_ptr<BorderWidthProperty>& borderWidth, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) ConvertToBorderWidthPropertyF() argument
169 ConvertToBorderWidthPropertyF( const BorderWidthProperty& borderWidth, const ScaleProperty& scaleProperty, float percentReference, bool roundPixel) ConvertToBorderWidthPropertyF() argument
350 UpdateOptionSizeByCalcLayoutConstraint(const OptionalSize<float>& frameSize, const std::unique_ptr<MeasureProperty>& calcLayoutConstraint, const SizeT<float> percentReference) UpdateOptionSizeByCalcLayoutConstraint() argument
365 UpdateOptionSizeByMaxOrMinCalcLayoutConstraint(OptionalSizeF& frameSize, const std::optional<CalcSize>& calcLayoutConstraintMaxMinSize, const SizeT<float> percentReference, bool IsMaxSize) UpdateOptionSizeByMaxOrMinCalcLayoutConstraint() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3106 ContextPositionConvertToPX( const RefPtr<RenderContext>& context, const SizeF& percentReference) ContextPositionConvertToPX() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2946 auto percentReference = GetPercentReference(frameNode); in AdjustPaintRect() local
3456 SizeF percentReference = SizeF(PipelineContext::GetCurrentRootWidth(), PipelineContext::GetCurrentRootHeight()); in GetPercentReference() local
[all...]

Completed in 21 milliseconds