Home
last modified time | relevance | path

Searched refs:textTheme_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp64 textTheme_ = context->GetTheme<TextTheme>(); in OnModifyDone()
65 CHECK_NULL_VOID(textTheme_); in OnModifyDone()
460 auto defaultStyle = textTheme_->GetTextStyle().GetFontStyle(); in GetItalicFontStyle()
469 auto defaultWeight = textTheme_->GetTextStyle().GetFontWeight(); in GetFontWeight()
478 auto defaultFamily = textTheme_->GetTextStyle().GetFontFamilies(); in GetFontFamily()
H A Doption_pattern.h249 RefPtr<TextTheme> textTheme_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp456 optionPattern->textTheme_ = AceType::MakeRefPtr<TextTheme>();