Home
last modified time | relevance | path

Searched refs:DEFAULT_FONT_STYLE (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmenu_item_modifier.cpp31 const Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
103 MenuItemModelNG::SetLabelFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetLabelFont()
122 MenuItemModelNG::SetLabelFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetLabelFont()
152 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetContentFont()
171 MenuItemModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetContentFont()
H A Dmenu_modifier.cpp32 const Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
132 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetMenuFont()
150 MenuModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetMenuFont()
H A Dtext_area_modifier.cpp33 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
163 font.fontStyle = DEFAULT_FONT_STYLE; in SetTextAreaPlaceholderFont()
177 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextAreaPlaceholderFont()
H A Dtext_clock_modifier.cpp25 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
89 TextClockModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetFontStyle()
H A Dspan_modifier.cpp37 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
220 font.fontStyle = DEFAULT_FONT_STYLE; in ResetSpanFont()
H A Dbutton_modifier.cpp35 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
227 ButtonModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in SetButtonFontStyle()
237 ButtonModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetButtonFontStyle()
H A Dtext_modifier.cpp40 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
446 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextFont()
H A Dsearch_modifier.cpp37 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
71 font.fontStyle = DEFAULT_FONT_STYLE; in ResetSearchTextFont()
190 font.fontStyle = DEFAULT_FONT_STYLE; in ResetSearchPlaceholderFont()
H A Dnode_text_area_modifier.cpp47 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
194 font.fontStyle = DEFAULT_FONT_STYLE; in SetTextAreaPlaceholderFont()
237 font.fontStyle = DEFAULT_FONT_STYLE; in SetTextAreaPlaceholderFontEnum()
253 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextAreaPlaceholderFont()
H A Dnode_text_input_modifier.cpp48 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
630 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextInputPlaceholderFont()
663 TextFieldModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetTextInputFontStyle()
1193 font.fontStyle = DEFAULT_FONT_STYLE; in SetTextInputPlaceholderFontEnum()
H A Dnode_text_modifier.cpp50 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
698 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextFont()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_span_bridge.cpp30 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
459 int32_t style = static_cast<int32_t>(DEFAULT_FONT_STYLE); in SetFont()
463 style = static_cast<int32_t>(DEFAULT_FONT_STYLE); in SetFont()
H A Darkts_native_text_bridge.cpp43 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
882 int32_t style = static_cast<int32_t>(DEFAULT_FONT_STYLE); in SetFont()
H A Darkts_native_text_input_bridge.cpp30 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable
779 int32_t style = static_cast<int32_t>(DEFAULT_FONT_STYLE); in SetPlaceholderFont()