Home
last modified time | relevance | path

Searched defs:defaultFontWeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_property.cpp70 auto defaultFontWeight = indexerTheme->GetPopupTextStyle().GetFontWeight(); in ToJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_span_modifier.cpp28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight()
H A Dnode_symbol_glyph_modifier.cpp30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight()
H A Dtext_modifier.cpp50 FontWeight ConvertStrToFontWeight(const char* weight, FontWeight defaultFontWeight = FontWeight::NO… in ConvertStrToFontWeight()
H A Dnode_span_modifier.cpp105 int32_t defaultFontWeight = static_cast<int32_t>(DEFAULT_FONT_WEIGHT); in GetSpanFontWeight() local
H A Dnode_text_modifier.cpp77 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight()