Searched refs:defaultFontWeight (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_span_modifier.cpp | 28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() argument 31 return StringUtils::StringToFontWeight(weightStr, defaultFontWeight); in ConvertStrToFontWeight()
|
H A D | node_symbol_glyph_modifier.cpp | 30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() argument 33 return StringUtils::StringToFontWeight(weightStr, defaultFontWeight); in ConvertStrToFontWeight()
|
H A D | text_modifier.cpp | 50 FontWeight ConvertStrToFontWeight(const char* weight, FontWeight defaultFontWeight = FontWeight::NO… in ConvertStrToFontWeight() argument 53 return StringUtils::StringToFontWeight(weightStr, defaultFontWeight); in ConvertStrToFontWeight()
|
H A D | node_span_modifier.cpp | 105 int32_t defaultFontWeight = static_cast<int32_t>(DEFAULT_FONT_WEIGHT); in GetSpanFontWeight() local 107 CHECK_NULL_RETURN(uiNode, defaultFontWeight); in GetSpanFontWeight()
|
H A D | node_text_modifier.cpp | 77 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() argument 80 return StringUtils::StringToFontWeight(weightStr, defaultFontWeight); in ConvertStrToFontWeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_layout_property.cpp | 70 auto defaultFontWeight = indexerTheme->GetPopupTextStyle().GetFontWeight(); in ToJsonValue() local 73 … V2::ConvertWrapFontWeightToStirng(propFontWeight_.value_or(defaultFontWeight)).c_str(), filter); in ToJsonValue()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 827 FontWeight defaultFontWeight = FontWeight::NORMAL) 848 : std::make_pair(false, defaultFontWeight); 851 inline FontWeight StringToFontWeight(const std::string& weight, FontWeight defaultFontWeight = Font… 853 return ParseFontWeight(weight, defaultFontWeight).second;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.h | 217 FontWeight defaultFontWeight = FontWeight::NORMAL) 219 return StringUtils::ParseFontWeight(weight, defaultFontWeight); 222 inline FontWeight ConvertStrToFontWeight(const std::string& weight, FontWeight defaultFontWeight = … 224 return StringUtils::StringToFontWeight(weight, defaultFontWeight);
|