/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | menu_item_modifier.cpp | 29 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 D | span_modifier.cpp | 31 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 D | text_area_modifier.cpp | 32 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 D | text_timer_modifier.cpp | 30 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable 91 TextTimerModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetFontWeight()
|
H A D | menu_modifier.cpp | 30 const std::string DEFAULT_FONT_WEIGHT = "normal"; variable 147 FontWeight fontWeight = StringUtils::StringToFontWeight(DEFAULT_FONT_WEIGHT); in ResetMenuFont()
|
H A D | text_clock_modifier.cpp | 27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable 104 TextClockModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetFontWeight()
|
H A D | marquee_modifier.cpp | 27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable 99 MarqueeModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetMarqueeFontWeight()
|
H A D | text_modifier.cpp | 39 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable 445 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextFont()
|
H A D | search_modifier.cpp | 36 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 D | node_span_modifier.cpp | 33 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable 105 int32_t defaultFontWeight = static_cast<int32_t>(DEFAULT_FONT_WEIGHT); in GetSpanFontWeight()
|
H A D | button_modifier.cpp | 34 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable 219 ButtonModelNG::SetFontWeight(frameNode, DEFAULT_FONT_WEIGHT); in ResetButtonFontWeight()
|
H A D | node_text_area_modifier.cpp | 46 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 D | node_text_modifier.cpp | 48 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable 697 font.fontWeight = DEFAULT_FONT_WEIGHT; in ResetTextFont()
|
H A D | node_text_input_modifier.cpp | 47 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 D | text_input_base.h | 115 const FontWeight DEFAULT_FONT_WEIGHT = FontWeight::W500; variable
|
H A D | text_input_update_test.cpp | 701 model.SetFontWeight(DEFAULT_FONT_WEIGHT); in __anon822440ab0c02()
|
H A D | text_field_controller_test.cpp | 206 model.SetFontWeight(DEFAULT_FONT_WEIGHT); in __anon3e9d21400602()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_marquee_bridge.cpp | 21 static const std::string DEFAULT_FONT_WEIGHT = "400"; variable 93 std::string weight = DEFAULT_FONT_WEIGHT; in SetFontWeight()
|
H A D | arkts_native_span_bridge.cpp | 32 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 D | arkts_native_button_bridge.cpp | 34 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 D | arkts_native_text_bridge.cpp | 45 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 D | arkts_native_text_input_bridge.cpp | 31 const std::string DEFAULT_FONT_WEIGHT = "400"; variable 769 std::string weight = DEFAULT_FONT_WEIGHT; in SetPlaceholderFont()
|
H A D | arkts_native_text_area_bridge.cpp | 53 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 D | constants_converter.cpp | 36 constexpr float DEFAULT_FONT_WEIGHT = 400.0f; variable 497 fontWeightValue = DEFAULT_FONT_WEIGHT; in ConvertTxtStyle() 728 fontWeightValue = DEFAULT_FONT_WEIGHT; in ConvertTxtStyle()
|