Searched refs:ConvertStrToFontStyle (Results 1 – 15 of 15) sorted by relevance
262 MenuItemModel::GetInstance()->SetFontStyle(ConvertStrToFontStyle(style)); in ContentFont()324 MenuItemModel::GetInstance()->SetLabelFontStyle(ConvertStrToFontStyle(style)); in LabelFont()
106 MenuModel::GetInstance()->SetFontStyle(ConvertStrToFontStyle(style)); in Font()
108 specializedStyle.spanStyle.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
60 stepperItem.textStyle_.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
95 … const DOMMenu&) { textStyle.SetFontStyle(ConvertStrToFontStyle(val)); } }, in SetSpecializedStyle()
100 toggle.textStyle_.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
93 … TextStyle& textStyle) { textStyle.SetFontStyle(ConvertStrToFontStyle(val)); } }, in SetSpecializedStyle()
124 toolBarItem.textStyle_.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
361 normal.SetFontStyle(ConvertStrToFontStyle(val)); in SetTextStyleOperators()362 focus.SetFontStyle(ConvertStrToFontStyle(val)); in SetTextStyleOperators()
170 buttonStyle.textStyle.SetFontStyle(ConvertStrToFontStyle(value)); in SetSpecializedStyle()
130 specializedStyle.textStyle.SetFontStyle(ConvertStrToFontStyle(val)); in SetSpecializedStyle()
285 inline FontStyle ConvertStrToFontStyle(const std::string& fontStyle) in ConvertStrToFontStyle() function
173 style.SetFontStyle(ConvertStrToFontStyle(fontProp)); in JsParseTextState()1852 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter()
216 style.SetFontStyle(ConvertStrToFontStyle(fontProp)); in JsParseTextState()2210 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsFontSetter()
287 auto fontStyle = ConvertStrToFontStyle(fontProp); in JsSetFont()