Home
last modified time | relevance | path

Searched refs:designWidthScale_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1044 context_->designWidthScale_ = DEFAULT_DOUBLE0;
1046 EXPECT_DOUBLE_EQ(context_->designWidthScale_, DEFAULT_INT3);
1052 context_->designWidthScale_ = DEFAULT_DOUBLE0;
1054 EXPECT_DOUBLE_EQ(context_->designWidthScale_, DEFAULT_INT3);
1060 context_->designWidthScale_ = DEFAULT_DOUBLE0;
1064 EXPECT_DOUBLE_EQ(context_->designWidthScale_, DEFAULT_INT3);
1070 context_->designWidthScale_ = DEFAULT_DOUBLE0;
1072 EXPECT_DOUBLE_EQ(context_->designWidthScale_, DEFAULT_INT3);
1107 context_->designWidthScale_ = DEFAULT_DOUBLE1;
1110 EXPECT_DOUBLE_EQ(context_->designWidthScale_, DEFAULT_DOUBLE1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp271 return (dimension.Value() * designWidthScale_); in NormalizeToPx()
475 designWidthScale_ = in UpdateRootSizeAndScale()
477 windowConfig.designWidthScale = designWidthScale_; in UpdateRootSizeAndScale()
H A Dpipeline_base.h784 return designWidthScale_; in GetLogicScale()
1530 float designWidthScale_ = 1.0f; variable
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp803 return (dimension.Value() * designWidthScale_); in NormalizeToPx()