Home
last modified time | relevance | path

Searched refs:FontWeightToString (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h867 inline std::string FontWeightToString(const FontWeight& fontWeight) in FontWeightToString() function
882 return FontWeightToString(fontWeight); in ToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp297 auto fontweight = StringUtils::FontWeightToString(fontWeight); in GetMeasureTextSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1380 auto fontweight = StringUtils::FontWeightToString(FontWeight::MEDIUM); in NeedsButtonDirectionChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp135 auto fontweight = StringUtils::FontWeightToString(textStyle.GetFontWeight()); in MeasureTextWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp4323 auto fontweight = StringUtils::FontWeightToString(textStyle_.value().GetFontWeight()); in CalculateDefaultHandleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp7566 auto fontweight = StringUtils::FontWeightToString(FontWeight::NORMAL); in OnBackPressed()