Home
last modified time | relevance | path

Searched refs:weightVal (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_menu_item_ffi.cpp90 std::string weightVal = weight; in FfiOHOSAceFrameworkMenuItemContentFont() local
91 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemContentFont()
112 std::string weightVal = weight; in FfiOHOSAceFrameworkMenuItemLabelFont() local
113 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemLabelFont()
H A Dcj_datepicker_ffi.cpp194 std::string weightVal = weight; in FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle() local
195 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle()
215 std::string weightVal = weight; in FfiOHOSAceFrameworkDatePickerSetTextStyle() local
216 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetTextStyle()
236 std::string weightVal = weight; in FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle() local
237 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle()
H A Dcj_menu_ffi.cpp42 std::string weightVal = weight; in FfiOHOSAceFrameworkMenuFont() local
43 MenuModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuFont()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp657 std::string weightVal; in SetPlaceholderFont() local
659 weightVal = std::to_string(weight->ToNumber<int32_t>()); in SetPlaceholderFont()
661 ParseJsString(weight, weightVal); in SetPlaceholderFont()
663 font.fontWeight = ConvertStrToFontWeight(weightVal); in SetPlaceholderFont()
706 std::string weightVal; in SetTextFont() local
708 weightVal = std::to_string(weight->ToNumber<int32_t>()); in SetTextFont()
710 ParseJsString(weight, weightVal); in SetTextFont()
712 font.fontWeight = ConvertStrToFontWeight(weightVal); in SetTextFont()

Completed in 4 milliseconds