/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 70 SetFontFamily(theme->GetFontFamily()); in SetTheme() 173 const std::string& GetFontFamily() const in GetFontFamily() function 175 return theme_->GetFontFamily(); in GetFontFamily()
|
H A D | option_component.cpp | 98 StringUtils::StringSplitter(GetFontFamily(), ',', fontFamilies); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | texttimer_composed_element.cpp | 35 …{ "fontfamily", [](const TextTimerComposedElement& inspector) { return inspector.GetFontFamily(); … in __anon977ee0c20902() 120 std::string TextTimerComposedElement::GetFontFamily() const in GetFontFamily() function in OHOS::Ace::V2::TextTimerComposedElement
|
H A D | texttimer_composed_element.h | 44 std::string GetFontFamily() const;
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_caption.cpp | 82 const std::string &CaptionProperty::GetFontFamily() const in GetFontFamily() function in OHOS::AccessibilityConfig::CaptionProperty
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_layout_property.h | 140 if (GetFontFamily().has_value()) { in InspectorGetTextFont() 141 font.SetFontFamilies(GetFontFamily().value()); in InspectorGetTextFont()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_caption.h | 51 const std::string &GetFontFamily() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.h | 179 const std::string& GetFontFamily() const in GetFontFamily() function 181 return theme_->GetFontFamily(); in GetFontFamily()
|
H A D | select_component.cpp | 105 StringUtils::StringSplitter(theme_->GetFontFamily(), ',', fontFamilies); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | render_chart.cpp | 51 for (const auto& familyName : mainCharts_[0].GetFontFamily()) { in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model_ng.cpp | 122 if (!textClockLayoutProperty->GetFontFamily().has_value()) { in InitFontDefault() 240 if (!textClockLayoutProperty->GetFontFamily().has_value()) { in InitFontDefault()
|
H A D | text_clock_layout_property.cpp | 107 ConvertFontFamily(GetFontFamily().value_or(std::vector<std::string>())).c_str(), filter); in ToJsonValue()
|
H A D | text_clock_pattern.cpp | 131 …if (layoutProperty->GetFontFamily().has_value() && !layoutProperty->GetFontFamily().value().empty(… in UpdateTextLayoutProperty() 132 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_layout_property.cpp | 85 ConvertFontFamily(GetFontFamily().value_or(std::vector<std::string>())).c_str(), filter); in ToJsonValue()
|
H A D | text_timer_pattern.cpp | 146 if (layoutProperty->GetFontFamily().has_value()) { in UpdateTextLayoutProperty() 147 textLayoutProperty->UpdateFontFamily(layoutProperty->GetFontFamily().value()); in UpdateTextLayoutProperty()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
H A D | text_timer_test_ng.cpp | 177 EXPECT_EQ(textTimerLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 182 EXPECT_EQ(textTimerLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 425 EXPECT_EQ(textLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 741 EXPECT_EQ(textTimerLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_option.cpp | 50 selectOptionComponent_->SetFontFamily(theme_->GetFontFamily()); in ResetInitializedStyle()
|
H A D | dom_select.cpp | 62 selectComponent_->SetFontFamily(theme_->GetFontFamily()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.h | 105 std::vector<std::string> GetFontFamily();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/ |
H A D | security_component_test_ng.cpp | 320 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 457 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 515 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 768 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 906 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 964 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 1196 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 1333 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec); 1391 auto fontFamily = textProp->GetFontFamily().value_or(emptyVec);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_test_ng.cpp | 181 EXPECT_EQ(textClockLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 536 EXPECT_EQ(textLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 830 EXPECT_EQ(layoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 841 EXPECT_EQ(layoutProperty->GetFontFamily(), FONT_FAMILY_VALUE);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_layout_test_ng.cpp | 214 EXPECT_EQ(itemLayoutProperty->GetFontFamily(), defaultFont.GetFontFamilies()); 221 EXPECT_EQ(itemLayoutProperty->GetFontFamily(), selectedFont.GetFontFamilies()); 229 EXPECT_EQ(letterLayoutProperty->GetFontFamily(), popupTextFont.GetFontFamilies()); 255 EXPECT_EQ(itemLayoutProperty->GetFontFamily(), fontFamily); 261 EXPECT_EQ(itemLayoutProperty->GetFontFamily(), fontFamily); 268 EXPECT_EQ(letterLayoutProperty->GetFontFamily(), fontFamily);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/acfwk/test/unittest/ |
H A D | accessibility_config_impl_test.cpp | 90 EXPECT_STREQ(value.GetFontFamily().c_str(), "default"); 497 EXPECT_STREQ(caption.GetFontFamily().c_str(), value.GetFontFamily().c_str());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_paint_property.cpp | 104 std::vector<std::string> fontFamilyVector = GetFontFamily().value_or(defaultFamily); in ToJsonValueForCapsule()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/ |
H A D | marquee_test_ng.cpp | 191 EXPECT_EQ(marqueeLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE); 1118 EXPECT_EQ(marqueeLayoutProperty->GetFontFamily(), fontFamily); 1181 EXPECT_EQ(marqueeLayoutProperty->GetFontFamily(), fontFamily); 1268 EXPECT_EQ(textLayoutProperty->GetFontFamily().value(), fontFamily); 1653 EXPECT_EQ(marqueeLayoutProperty->GetFontFamily(), FONT_FAMILY_VALUE);
|