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 D | menu_item_modifier.cpp | 31 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 D | menu_modifier.cpp | 32 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 D | text_area_modifier.cpp | 33 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 D | text_clock_modifier.cpp | 25 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable 89 TextClockModelNG::SetFontStyle(frameNode, DEFAULT_FONT_STYLE); in ResetFontStyle()
|
H A D | span_modifier.cpp | 37 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable 220 font.fontStyle = DEFAULT_FONT_STYLE; in ResetSpanFont()
|
H A D | button_modifier.cpp | 35 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 D | text_modifier.cpp | 40 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable 446 font.fontStyle = DEFAULT_FONT_STYLE; in ResetTextFont()
|
H A D | search_modifier.cpp | 37 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 D | node_text_area_modifier.cpp | 47 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 D | node_text_input_modifier.cpp | 48 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 D | node_text_modifier.cpp | 50 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 D | arkts_native_span_bridge.cpp | 30 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 D | arkts_native_text_bridge.cpp | 43 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 D | arkts_native_text_input_bridge.cpp | 30 constexpr Ace::FontStyle DEFAULT_FONT_STYLE = Ace::FontStyle::NORMAL; variable 779 int32_t style = static_cast<int32_t>(DEFAULT_FONT_STYLE); in SetPlaceholderFont()
|