Home
last modified time | relevance | path

Searched defs:DEFAULT_FONT_WEIGHT (Results 1 – 22 of 22) sorted by relevance

/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp30 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
H A Dmenu_item_modifier.cpp29 const std::string DEFAULT_FONT_WEIGHT = "normal"; variable
H A Dmenu_modifier.cpp30 const std::string DEFAULT_FONT_WEIGHT = "normal"; variable
H A Dspan_modifier.cpp31 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dtext_clock_modifier.cpp27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
H A Dmarquee_modifier.cpp27 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
H A Dtext_area_modifier.cpp32 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dtext_modifier.cpp39 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dnode_span_modifier.cpp33 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dbutton_modifier.cpp34 constexpr Ace::FontWeight DEFAULT_FONT_WEIGHT = Ace::FontWeight::NORMAL; variable
H A Dsearch_modifier.cpp36 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dnode_text_modifier.cpp48 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dnode_text_area_modifier.cpp46 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
H A Dnode_text_input_modifier.cpp47 constexpr FontWeight DEFAULT_FONT_WEIGHT = FontWeight::NORMAL; variable
/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
H A Darkts_native_span_bridge.cpp32 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
H A Darkts_native_button_bridge.cpp34 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
H A Darkts_native_text_bridge.cpp45 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
H A Darkts_native_text_area_bridge.cpp53 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
H A Darkts_native_text_input_bridge.cpp31 const std::string DEFAULT_FONT_WEIGHT = "400"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp36 constexpr float DEFAULT_FONT_WEIGHT = 400.0f; variable