/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_model_ng.h | 38 void SetItalicFontStyle(const Ace::FontStyle& value) override; 73 static void SetItalicFontStyle(FrameNode* frameNode, const Ace::FontStyle& value);
|
H A D | progress_model.h | 47 virtual void SetItalicFontStyle(const Ace::FontStyle& value) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/ |
H A D | text_clock_pattern_test_ng.cpp | 171 model.SetItalicFontStyle(ITALIC_FONT_STYLE_VALUE); in __anond95221120302() 212 model.SetItalicFontStyle(ITALIC_FONT_STYLE_VALUE); in __anond95221120502() 330 model.SetItalicFontStyle(ITALIC_FONT_STYLE_VALUE); in __anond95221120c02()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.h | 33 void SetItalicFontStyle(Ace::FontStyle value) override; 56 static void SetItalicFontStyle(UINode* uiNode, Ace::FontStyle value);
|
H A D | span_model.h | 42 virtual void SetItalicFontStyle(Ace::FontStyle value) = 0;
|
H A D | span_model_ng.cpp | 91 SetItalicFontStyle(value.fontStyle.value()); in SetFont() 108 void SpanModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() function in OHOS::Ace::NG::SpanModelNG 259 void SpanModelNG::SetItalicFontStyle(UINode* uiNode, Ace::FontStyle value) in SetItalicFontStyle() function in OHOS::Ace::NG::SpanModelNG 396 SetItalicFontStyle(uiNode, value.fontStyle.value()); in SetFont()
|
H A D | text_model_ng.h | 40 void SetItalicFontStyle(Ace::FontStyle value) override; 99 static void SetItalicFontStyle(FrameNode* frameNode, Ace::FontStyle value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_timer_model_impl.h | 35 void SetItalicFontStyle(Ace::FontStyle value) override;
|
H A D | text_clock_model_impl.h | 33 void SetItalicFontStyle(Ace::FontStyle value) override;
|
H A D | span_model_impl.h | 33 void SetItalicFontStyle(Ace::FontStyle value) override;
|
H A D | progress_model_impl.h | 38 void SetItalicFontStyle(const Ace::FontStyle& value) override {} in SetItalicFontStyle() function
|
H A D | text_clock_model_impl.cpp | 71 void TextClockModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() function in OHOS::Ace::Framework::TextClockModelImpl
|
H A D | text_timer_model_impl.cpp | 80 void TextTimerModelImpl::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() function in OHOS::Ace::Framework::TextTimerModelImpl
|
H A D | select_model_impl.h | 33 void SetItalicFontStyle(const Ace::FontStyle& value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_model.h | 38 virtual void SetItalicFontStyle(Ace::FontStyle value) = 0;
|
H A D | text_timer_model_ng.h | 50 void SetItalicFontStyle(Ace::FontStyle value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model.h | 38 virtual void SetItalicFontStyle(Ace::FontStyle value) = 0;
|
H A D | text_clock_model_ng.cpp | 92 void TextClockModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() function in OHOS::Ace::NG::TextClockModelNG 126 SetItalicFontStyle(textStyle.GetFontStyle()); in InitFontDefault()
|
H A D | text_clock_model_ng.h | 42 void SetItalicFontStyle(Ace::FontStyle value) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_model_ng.h | 46 void SetItalicFontStyle(const Ace::FontStyle& value) override; 100 static void SetItalicFontStyle(FrameNode* frameNode, const Ace::FontStyle& value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | span_modifier.cpp | 85 SpanModelNG::SetItalicFontStyle(frameNode, static_cast<Ace::FontStyle>(value)); in SetSpanFontStyle() 92 SpanModelNG::SetItalicFontStyle(frameNode, DEFAULT_FONT_STYLE_VALUE); in ReSetSpanFontStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_texttimer.cpp | 131 TextTimerModel::GetInstance()->SetItalicFontStyle(textTheme->GetTextStyle().GetFontStyle()); in SetFontDefault() 254 TextTimerModel::GetInstance()->SetItalicFontStyle(FONT_STYLES[value]); in SetFontStyle()
|
H A D | js_progress.cpp | 419 ProgressModel::GetInstance()->SetItalicFontStyle(textTheme->GetTextStyle().GetFontStyle()); in JsSetFontDefault() 462 ProgressModel::GetInstance()->SetItalicFontStyle(styleVal); in JsSetFont() 464 ProgressModel::GetInstance()->SetItalicFontStyle(textTheme->GetTextStyle().GetFontStyle()); in JsSetFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_span_ffi.cpp | 119 SpanModel::GetInstance()->SetItalicFontStyle(FONT_STYLES[fontStyle]); in FfiOHOSAceFrameworkSpanSetFontStyle()
|
H A D | cj_texttimer_ffi.cpp | 118 TextTimerModel::GetInstance()->SetItalicFontStyle(FONT_STYLES[fontStyle]); in FfiOHOSAceFrameworkTextTimerSetFontStyle()
|