/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_timer_modifier.cpp | 65 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 D | text_clock_modifier.cpp | 78 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 D | menu_modifier.cpp | 130 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 D | menu_item_modifier.cpp | 150 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 D | js_sec_button_base.cpp | 67 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 D | js_piece.cpp | 79 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 D | js_menu.cpp | 77 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 D | js_piece.h | 31 static void SetFontStyle(int32_t value);
|
H A D | js_sec_button_base.h | 33 static void SetFontStyle(const JSCallbackInfo& info);
|
H A D | js_span.h | 35 static void SetFontStyle(int32_t value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_model_ng.h | 27 void SetFontStyle(Ace::FontStyle style) override; 42 static void SetFontStyle(FrameNode* frameNode, Ace::FontStyle style);
|
H A D | menu_model_ng.cpp | 53 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 D | menu_item_model_ng.h | 32 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 D | offscreen_canvas.h | 154 void SetFontStyle(FontStyle style) in SetFontStyle() function 156 fillState_.SetFontStyle(style); in SetFontStyle() 157 strokeState_.SetFontStyle(style); in SetFontStyle()
|
H A D | render_custom_paint.h | 239 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 D | indexer_model_ng.cpp | 106 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 D | svg_paint_state.h | 421 void SetFontStyle(FontStyle fontStyle, bool isSelf = true) 423 textStyle_.SetFontStyle(fontStyle); 479 textStyle_.SetFontStyle(parent.GetFontStyle()); in Inherit()
|
H A D | paint_state.h | 241 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 D | indexer_theme.h | 251 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 D | button_model_ng.h | 37 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 D | texgine_font_style.h | 48 void SetFontStyle(const std::shared_ptr<RSFontStyle> fontStyle);
|
H A D | texgine_font_style.cpp | 41 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 D | menu_model_impl.cpp | 22 void MenuModelImpl::SetFontStyle(Ace::FontStyle style) {} in SetFontStyle() function in OHOS::Ace::Framework::MenuModelImpl
|
H A D | menu_model_impl.h | 27 void SetFontStyle(Ace::FontStyle style) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.h | 30 static ArkUINativeModuleValue SetFontStyle(ArkUIRuntimeCallInfo* runtimeCallInfo);
|