Searched refs:ParseFontWeight (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_select.h | 66 static void ParseFontWeight(const JSRef<JSVal>& jsValue, SelectFontType type);
|
H A D | js_select.cpp | 238 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 D | js_tab_content.cpp | 257 auto parseResult = ParseFontWeight(weight->ToString()); in GetFontContent()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 826 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 D | utils.h | 216 inline std::pair<bool, FontWeight> ParseFontWeight( in ParseFontWeight() function 219 return StringUtils::ParseFontWeight(weight, defaultFontWeight); in ParseFontWeight()
|
Completed in 7 milliseconds