Home
last modified time | relevance | path

Searched refs:SetFontStyle (Results 1 – 25 of 159) sorted by relevance

1234567

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp65 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 value) in SetFontStyle() function
69 TextTimerModelNG::SetFontStyle(frameNode, static_cast<Ace::FontStyle>(value)); in SetFontStyle()
76 TextTimerModelNG::SetFontStyle(frameNode, OHOS::Ace::FontStyle::NORMAL); in ResetFontStyle()
193 TextTimerModifier::SetFontStyle, in GetTextTimerModifier()
216 TextTimerModifier::SetFontStyle, in GetCJUITextTimerModifier()
H A Dtext_clock_modifier.cpp78 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 fontStyle) in SetFontStyle() function
82 TextClockModelNG::SetFontStyle(frameNode, FONT_STYLES[fontStyle]); in SetFontStyle()
89 TextClockModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetFontStyle()
205 TextClockModifier::SetFontStyle, in GetTextClockModifier()
232 TextClockModifier::SetFontStyle, in GetCJUITextClockModifier()
H A Dmenu_modifier.cpp130 MenuModelNG::SetFontStyle(frameNode, FONT_STYLES[styleVal]); in SetMenuFont()
132 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetMenuFont()
150 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetMenuFont()
H A Dmenu_item_modifier.cpp150 MenuItemModelNG::SetFontStyle(frameNode, FONT_STYLES[styleVal]); in SetContentFont()
152 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetContentFont()
171 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetContentFont()
/ohos5.0/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.cpp79 JSClass<JSPiece>::StaticMethod("fontStyle", &JSPiece::SetFontStyle, opt); in JSBind()
169 void JSPiece::SetFontStyle(int32_t value) in SetFontStyle() function in OHOS::Ace::Framework::JSPiece
178 textStyle.SetFontStyle(FONT_STYLES[value]); in SetFontStyle()
H A Djs_menu.cpp77 MenuModel::GetInstance()->SetFontStyle(FontStyle::NORMAL); in Font()
102 … MenuModel::GetInstance()->SetFontStyle(static_cast<FontStyle>(jsStyle->ToNumber<int32_t>())); in Font()
106 MenuModel::GetInstance()->SetFontStyle(ConvertStrToFontStyle(style)); in Font()
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);
/ohos5.0/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_ng.cpp53 void MenuModelNG::SetFontStyle(Ace::FontStyle style) in SetFontStyle() function in OHOS::Ace::NG::MenuModelNG
165 void MenuModelNG::SetFontStyle(FrameNode* frameNode, Ace::FontStyle style) in SetFontStyle() function in OHOS::Ace::NG::MenuModelNG
/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Doffscreen_canvas.h154 void SetFontStyle(FontStyle style) in SetFontStyle() function
156 fillState_.SetFontStyle(style); in SetFontStyle()
157 strokeState_.SetFontStyle(style); in SetFontStyle()
H A Drender_custom_paint.h239 void SetFontStyle(FontStyle style) in SetFontStyle() function
241 fillState_.SetFontStyle(style); in SetFontStyle()
242 strokeState_.SetFontStyle(style); in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.cpp106 textStyle.SetFontStyle(fontStyle.value_or(selectTextStyle.GetFontStyle())); in SetSelectedFont()
122 textStyle.SetFontStyle(fontStyle.value_or(popupTextStyle.GetFontStyle())); in SetPopupFont()
138 textStyle.SetFontStyle(fontStyle.value_or(defaultTextStyle.GetFontStyle())); in SetFont()
410 textStyle.SetFontStyle(fontStyle.value_or(selectTextStyle.GetFontStyle())); in SetSelectedFont()
427 textStyle.SetFontStyle(fontStyle.value_or(popupTextStyle.GetFontStyle())); in SetPopupFont()
444 textStyle.SetFontStyle(fontStyle.value_or(defaultTextStyle.GetFontStyle())); in SetFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dsvg_paint_state.h421 void SetFontStyle(FontStyle fontStyle, bool isSelf = true)
423 textStyle_.SetFontStyle(fontStyle);
479 textStyle_.SetFontStyle(parent.GetFontStyle()); in Inherit()
H A Dpaint_state.h241 void SetFontStyle(FontStyle style) in SetFontStyle() function
243 textStyle_.SetFontStyle(style); in SetFontStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_theme.h251 theme->seletctTextStyle_.SetFontStyle(FontStyle::NORMAL); in ParseTextStyleAttributes()
255 theme->defaultTextStyle_.SetFontStyle(FontStyle::NORMAL); in ParseTextStyleAttributes()
262 theme->popupTextStyle_.SetFontStyle(FontStyle::NORMAL); in ParseTextStyleAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.h37 void SetFontStyle(const Ace::FontStyle& fontStyle) override;
61 static void SetFontStyle(FrameNode* frameNode, const Ace::FontStyle& fontStyle);
/ohos5.0/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
/ohos5.0/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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.h30 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);

1234567