Home
last modified time | relevance | path

Searched defs:fontWeight (Results 1 - 25 of 118) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H A Dcj_measure_ffi.h31 char* fontWeight; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_request_data.h44 std::optional<Ace::FontWeight> fontWeight; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.cpp22 TextStyle::TextStyle(const std::vector<std::string>& fontFamilies, double fontSize, FontWeight fontWeight, in TextStyle() argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dmeasure_util.h28 std::string fontWeight; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_span_ffi.cpp101 void FfiOHOSAceFrameworkSpanSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkSpanSetFontWeight() argument
H A Dcj_marquee_ffi.cpp56 void FfiOHOSAceFrameworkMarqueeSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkMarqueeSetFontWeight() argument
H A Dcj_alphabet_indexer_ffi.cpp64 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont() local
73 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerPopupFont() local
82 std::optional<FontWeight> fontWeight = FontWeight::REGULAR; in FfiOHOSAceFrameworkAlphabetIndexerFont() local
H A Dcj_texttimer_ffi.cpp100 void FfiOHOSAceFrameworkTextTimerSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkTextTimerSetFontWeight() argument
H A Dcj_text_clock_ffi.cpp166 void FfiOHOSAceFrameworkTextClockFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkTextClockFontWeight() argument
H A Dcj_text_ffi.cpp61 void FfiOHOSAceFrameworkTextSetFontWeight(const char* fontWeight) in FfiOHOSAceFrameworkTextSetFontWeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtexttimer_composed_element.cpp105 auto fontWeight = in GetFontWeight() local
H A Dbutton_composed_element.cpp106 auto fontWeight = render ? render->GetTextStyle().GetFontWeight() : FontWeight::NORMAL; in GetFontWeight() local
H A Dtext_clock_composed_element.cpp112 auto fontWeight = in GetTextFontWeight() local
/foundation/arkui/ui_lite/test/unittest/font/
H A Dui_font_unit_test.cpp202 uint8_t fontWeight = UIFont::GetInstance()->GetFontWeight(FONT_ID); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_builder_test_ng.cpp54 std::optional<Ace::FontWeight> fontWeight = std::nullopt; member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_style.h38 FontWeight fontWeight = FontWeight::W400; member
60 FontWeight fontWeight = FontWeight::W400; member
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp41 BuildTitleText( const std::string& value, const Color& color, const Dimension& fontSize, const FontWeight& fontWeight) BuildTitleText() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp95 void IndexerModelImpl::SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetSelectedFont() argument
107 void IndexerModelImpl::SetPopupFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetPopupFont() argument
119 void IndexerModelImpl::SetFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, in SetFont() argument
202 SetTextStyle(TextStyle& textStyle, std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight, std::optional<std::vector<std::string>>& fontFamily, std::optional<FontStyle>& fontStyle) SetTextStyle() argument
H A Dmarquee_model_impl.cpp98 void MarqueeModelImpl::SetFontWeight(const std::optional<FontWeight>& fontWeight) in SetFontWeight() argument
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_util.cpp90 auto fontWeight = srcLayoutProperty->GetFontWeightValue(FontWeight::NORMAL); in ShowLongPressDialog() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp106 RSFontWeight ToRSFontWeight(FontWeight fontWeight) in ToRSFontWeight() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_content_modifier_test_ng.cpp62 std::optional<Ace::FontWeight> fontWeight = std::nullopt; member
H A Dtext_clock_content_modifier_add_test_ng.cpp62 std::optional<Ace::FontWeight> fontWeight = std::nullopt; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_model_ng.cpp123 void MarqueeModelNG::SetFontWeight(const std::optional<FontWeight>& fontWeight) in SetFontWeight() argument
208 void MarqueeModelNG::SetFontWeight(FrameNode* frameNode, const std::optional<FontWeight>& fontWeight) in SetFontWeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dpicker_type_define.h39 std::optional<FontWeight> fontWeight; member

Completed in 15 milliseconds

12345