Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp75 hasFontSize_ = true; in Measure()
77 hasFontSize_ = false; in Measure()
130 if (hasFontSize_) { in Measure()
137 if (hasFontSize_) { in Measure()
281 if (hasFontSize_) { in Layout()
287 if (hasFontSize_) { in Layout()
H A Dbadge_layout_algorithm.h58 bool hasFontSize_ = true; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/
H A Dbadge_test_ng.cpp539 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
547 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
553 layoutAlgorithm->hasFontSize_ = true;
556 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
608 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
614 layoutAlgorithm->hasFontSize_ = true;
619 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
669 layoutAlgorithm->hasFontSize_ = true;
679 EXPECT_TRUE(layoutAlgorithm->hasFontSize_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h413 hasFontSize_ = isSelf;
475 if (!hasFontSize_) { in Inherit()
499 return hasFontSize_; in HasFontSize()
505 bool hasFontSize_ = false; variable