Home
last modified time | relevance | path

Searched refs:DEFAULT_FONT_WEIGHT (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmenu_item_modifier.cpp29 const std::string DEFAULT_FONT_WEIGHT = "normal"; variable
118 FontWeight fontWeight = StringUtils::StringToFontWeight(DEFAULT_FONT_WEIGHT); in ResetLabelFont()
167 FontWeight fontWeight = StringUtils::StringToFontWeight(DEFAULT_FONT_WEIGHT); in ResetContentFont()
H A Dspan_modifier.cpp31 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
66 SpanModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetSpanFontWeight()
219 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetSpanFont()
H A Dtext_area_modifier.cpp32 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
149 font.fontWeight = DEFAULT_FONT_WEIGHT; in SetTextAreaPlaceholderFont()
176 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextAreaPlaceholderFont()
H A Dtext_timer_modifier.cpp30 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
91 TextTimerModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetFontWeight()
H A Dmenu_modifier.cpp30 const std::string DEFAULT_FONT_WEIGHT = "normal"; variable
147 FontWeight fontWeight = StringUtils::StringToFontWeight(DEFAULT_FONT_WEIGHT); in ResetMenuFont()
H A Dtext_clock_modifier.cpp27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
104 TextClockModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetFontWeight()
H A Dmarquee_modifier.cpp27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
99 MarqueeModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetMarqueeFontWeight()
H A Dtext_modifier.cpp39 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
445 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextFont()
H A Dsearch_modifier.cpp36 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
70 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetSearchTextFont()
189 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetSearchPlaceholderFont()
H A Dnode_span_modifier.cpp33 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
105 int32_t defaultFontWeight = static_cast<int32_t>(DEFAULT_FONT_WEIGHT); in GetSpanFontWeight()
H A Dbutton_modifier.cpp34 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
219 ButtonModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetButtonFontWeight()
H A Dnode_text_area_modifier.cpp46 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
180 font.fontWeight = DEFAULT_FONT_WEIGHT; in SetTextAreaPlaceholderFont()
223 font.fontWeight = DEFAULT_FONT_WEIGHT; in SetTextAreaPlaceholderFontEnum()
252 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextAreaPlaceholderFont()
H A Dnode_text_modifier.cpp48 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
697 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextFont()
H A Dnode_text_input_modifier.cpp47 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
629 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextInputPlaceholderFont()
1179 font.fontWeight = DEFAULT_FONT_WEIGHT; in SetTextInputPlaceholderFontEnum()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h115 const FontWeight DEFAULT_FONT_WEIGHT = FontWeight::W500; variable
H A Dtext_input_update_test.cpp701 model.SetFontWeight(DEFAULT_FONT_WEIGHT); in __anon822440ab0c02()
H A Dtext_field_controller_test.cpp206 model.SetFontWeight(DEFAULT_FONT_WEIGHT); in __anon3e9d21400602()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_marquee_bridge.cpp21 static const std::string DEFAULT_FONT_WEIGHT = "400"; variable
93 std::string weight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
H A Darkts_native_span_bridge.cpp32 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
163 std::string weight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
450 std::string weight = DEFAULT_FONT_WEIGHT; in SetFont()
H A Darkts_native_button_bridge.cpp34 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
282 std::string fontWeight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
477 std::string fontWeight = DEFAULT_FONT_WEIGHT; in SetLabelStyle()
H A Darkts_native_text_bridge.cpp45 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
71 std::string weight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
865 std::string weight = DEFAULT_FONT_WEIGHT; in SetFont()
H A Darkts_native_text_input_bridge.cpp31 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
769 std::string weight = DEFAULT_FONT_WEIGHT; in SetPlaceholderFont()
H A Darkts_native_text_area_bridge.cpp53 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
537 std::string fontWeight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp36 constexpr float DEFAULT_FONT_WEIGHT = 400.0f; variable
497 fontWeightValue = DEFAULT_FONT_WEIGHT; in ConvertTxtStyle()
728 fontWeightValue = DEFAULT_FONT_WEIGHT; in ConvertTxtStyle()