Home
last modified time | relevance | path

Searched refs:ParseFontWeight (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h66 static void ParseFontWeight(const JSRef<JSVal>& jsValue, SelectFontType type);
H A Djs_select.cpp238 ParseFontWeight(param->GetProperty("weight"), SelectFontType::SELECT); in Font()
259 void JSSelect::ParseFontWeight(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontWeight() function in OHOS::OHOS::Ace::Framework::JSSelect
431 ParseFontWeight(param->GetProperty("weight"), SelectFontType::SELECTED_OPTION); in SelectedOptionFont()
488 ParseFontWeight(param->GetProperty("weight"), SelectFontType::OPTION); in OptionFont()
H A Djs_tab_content.cpp257 auto parseResult = ParseFontWeight(weight->ToString()); in GetFontContent()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h826 inline std::pair<bool, FontWeight> ParseFontWeight(const std::string& weight, in ParseFontWeight() function
853 return ParseFontWeight(weight, defaultFontWeight).second; in StringToFontWeight()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h216 inline std::pair<bool, FontWeight> ParseFontWeight( in ParseFontWeight() function
219 return StringUtils::ParseFontWeight(weight, defaultFontWeight); in ParseFontWeight()

Completed in 7 milliseconds