Home
last modified time | relevance | path

Searched refs:SetFontStyle (Results 1 - 25 of 156) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp60 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 value) in SetFontStyle() function
64 TextTimerModelNG::SetFontStyle(frameNode, static_cast<Ace::FontStyle>(value)); in SetFontStyle()
71 TextTimerModelNG::SetFontStyle(frameNode, OHOS::Ace::FontStyle::NORMAL); in ResetFontStyle()
188 TextTimerModifier::SetFontStyle, in GetTextTimerModifier()
211 TextTimerModifier::SetFontStyle, in GetCJUITextTimerModifier()
H A Dtext_clock_modifier.cpp75 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 fontStyle) in SetFontStyle() function
79 TextClockModelNG::SetFontStyle(frameNode, FONT_STYLES[fontStyle]); in SetFontStyle()
86 TextClockModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetFontStyle()
202 TextClockModifier::SetFontStyle, in GetTextClockModifier()
229 TextClockModifier::SetFontStyle, in GetCJUITextClockModifier()
H A Dmenu_modifier.cpp127 MenuModelNG::SetFontStyle(frameNode, FONT_STYLES[styleVal]); in SetMenuFont()
129 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetMenuFont()
147 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetMenuFont()
H A Dmenu_item_modifier.cpp145 MenuItemModelNG::SetFontStyle(frameNode, FONT_STYLES[styleVal]); in SetContentFont()
147 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetContentFont()
166 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetContentFont()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp67 void JSSecButtonBase::SetFontStyle(const JSCallbackInfo& info) in SetFontStyle() function in OHOS::Ace::Framework::JSSecButtonBase
70 SecurityComponentModelNG::SetFontStyle(Ace::FontStyle::NORMAL); in SetFontStyle()
76 SecurityComponentModelNG::SetFontStyle(Ace::FontStyle::NORMAL); in SetFontStyle()
79 SecurityComponentModelNG::SetFontStyle(static_cast<Ace::FontStyle>(value)); in SetFontStyle()
H A Djs_piece.h31 static void SetFontStyle(int32_t value);
H A Djs_sec_button_base.h33 static void SetFontStyle(const JSCallbackInfo& info);
H A Djs_span.h35 static void SetFontStyle(int32_t value);
H A Djs_text_clock.h33 static void SetFontStyle(int32_t value);
H A Djs_texttimer.h33 static void SetFontStyle(int32_t value);
H A Djs_piece.cpp76 JSClass<JSPiece>::StaticMethod("fontStyle", &JSPiece::SetFontStyle, opt); in JSBind()
166 void JSPiece::SetFontStyle(int32_t value) in SetFontStyle() function in OHOS::Ace::Framework::JSPiece
175 textStyle.SetFontStyle(FONT_STYLES[value]); in SetFontStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_model_ng.h27 void SetFontStyle(Ace::FontStyle style) override;
42 static void SetFontStyle(FrameNode* frameNode, Ace::FontStyle style);
H A Dmenu_model.h31 virtual void SetFontStyle(Ace::FontStyle style);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_model_ng.h32 void SetFontStyle(Ace::FontStyle style) override;
53 static void SetFontStyle(FrameNode* frameNode, Ace::FontStyle style);
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.h48 void SetFontStyle(const std::shared_ptr<RSFontStyle> fontStyle);
H A Dtexgine_font_style.cpp41 void TexgineFontStyle::SetFontStyle(const std::shared_ptr<RSFontStyle> fontStyle) in SetFontStyle() function in OHOS::Rosen::TextEngine::TexgineFontStyle
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.h30 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_clock_bridge.h30 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmenu_model_impl.cpp22 void MenuModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() function in OHOS::Ace::Framework::MenuModelImpl
H A Dmenu_model_impl.h27 void SetFontStyle(Ace::FontStyle style) override;
H A Dmenu_item_model_impl.cpp37 void MenuItemModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() function in OHOS::Ace::Framework::MenuItemModelImpl
H A Dmenu_item_model_impl.h33 void SetFontStyle(Ace::FontStyle style) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h46 void SetFontStyle(Ace::FontStyle fontStyle) {} in SetFontStyle() function in OHOS::Ace::NG::AppBarView
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.h239 void SetFontStyle(FontStyle style) in SetFontStyle() function in OHOS::Ace::RenderCustomPaint
241 fillState_.SetFontStyle(style); in SetFontStyle()
242 strokeState_.SetFontStyle(style); in SetFontStyle()
H A Doffscreen_canvas.h154 void SetFontStyle(FontStyle style) in SetFontStyle() function in OHOS::Ace::OffscreenCanvas
156 fillState_.SetFontStyle(style); in SetFontStyle()
157 strokeState_.SetFontStyle(style); in SetFontStyle()

Completed in 16 milliseconds

1234567