Home
last modified time | relevance | path

Searched refs:ConvertStrToFontStyle (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_menu_item.cpp262 MenuItemModel::GetInstance()->SetFontStyle(ConvertStrToFontStyle(style)); in ContentFont()
324 MenuItemModel::GetInstance()->SetLabelFontStyle(ConvertStrToFontStyle(style)); in LabelFont()
H A Djs_menu.cpp106 MenuModel::GetInstance()->SetFontStyle(ConvertStrToFontStyle(style)); in Font()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp108 specializedStyle.spanStyle.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper_item.cpp60 stepperItem.textStyle_.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
H A Ddom_menu.cpp95 … const DOMMenu&) { textStyle.SetFontStyle(ConvertStrToFontStyle(val)); } }, in SetSpecializedStyle()
H A Ddom_toggle.cpp100 toggle.textStyle_.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
H A Ddom_switch.cpp93 … TextStyle& textStyle) { textStyle.SetFontStyle(ConvertStrToFontStyle(val)); } }, in SetSpecializedStyle()
H A Ddom_tool_bar_item.cpp124 toolBarItem.textStyle_.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
H A Ddom_picker_base.cpp361 normal.SetFontStyle(ConvertStrToFontStyle(val)); in SetTextStyleOperators()
362 focus.SetFontStyle(ConvertStrToFontStyle(val)); in SetTextStyleOperators()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp170 buttonStyle.textStyle.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp130 specializedStyle.textStyle.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h285 inline FontStyle ConvertStrToFontStyle(const std::string& fontStyle) in ConvertStrToFontStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_offscreen_canvas_bridge.cpp173 style.SetFontStyle(ConvertStrToFontStyle(fontProp)); in JsParseTextState()
1852 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter()
H A Djsi_canvas_bridge.cpp216 style.SetFontStyle(ConvertStrToFontStyle(fontProp)); in JsParseTextState()
2210 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp287 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsSetFont()