Home
last modified time | relevance | path

Searched refs:ConvertStrToFontWeight (Results 1 - 25 of 80) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_menu_item_ffi.cpp91 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemContentFont()
113 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemLabelFont()
H A Dcj_select_ffi.cpp72 SelectModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetFont()
91 SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetSelectedOptionFont()
110 SelectModel::GetInstance()->SetOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetOptionFont()
H A Dcj_datepicker_ffi.cpp195 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle()
216 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetTextStyle()
237 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle()
H A Dcj_marquee_ffi.cpp58 MarqueeModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkMarqueeSetFontWeight()
H A Dcj_menu_ffi.cpp43 MenuModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuFont()
H A Dcj_span_ffi.cpp103 SpanModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkSpanSetFontWeight()
H A Dcj_texttimer_ffi.cpp102 TextTimerModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextTimerSetFontWeight()
H A Dcj_textfield_ffi.cpp169 font.fontWeight = ConvertStrToFontWeight(weight); in FfiOHOSAceFrameworkTextFieldSetPlaceholderFont()
234 TextFieldModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in FfiOHOSAceFrameworkTextFieldSetFontWeight()
H A Dcj_text_ffi.cpp63 TextModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextSetFontWeight()
H A Dcj_text_clock_ffi.cpp168 TextClockModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextClockFontWeight()
H A Dcj_search_ffi.cpp48 font.fontWeight = ConvertStrToFontWeight(fontWeight); in handleFont()
H A Dcj_button_ffi.cpp70 ButtonModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkButtonSetFontWeight()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_span_modifier.cpp21 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::NORMAL) in ConvertStrToFontWeight() function
80 SymbolSpanModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetSymbolSpanFontWeightStr()
H A Dnode_symbol_glyph_modifier.cpp21 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::NORMAL) in ConvertStrToFontWeight() function
100 SymbolModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetFontWeightStr()
H A Dmenu_item_modifier.cpp90 MenuItemModelNG::SetLabelFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetLabelFont()
139 MenuItemModelNG::SetFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetContentFont()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_symbol_span.cpp73 SymbolSpanModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
H A Djs_indicator.cpp143 digitalParameters.selectedFontWeight = ConvertStrToFontWeight(weightValue); in GetFontContent()
145 digitalParameters.fontWeight = ConvertStrToFontWeight(weightValue); in GetFontContent()
H A Djs_menu_item.cpp274 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weight)); in ContentFont()
336 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weight)); in LabelFont()
H A Djs_badge.cpp187 badgeParameters.badgeFontWeight = ConvertStrToFontWeight(fontWeight); in CreateBadgeParameters()
H A Djs_symbol.cpp105 SymbolModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_option.cpp136 selectOptionComponent_->SetFontWeight(ConvertStrToFontWeight(style.second)); in SetSpecializedStyle()
H A Ddom_marquee.cpp98 const DOMMarquee&) { textStyle.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
H A Ddom_stepper_item.cpp64 stepperItem.textStyle_.SetFontWeight(ConvertStrToFontWeight(value)); in SetSpecializedStyle()
H A Ddom_select.cpp150 SelectComponent& select) { select.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp124 specializedStyle.spanStyle.SetFontWeight(ConvertStrToFontWeight(val)); in SetSpecializedStyle()

Completed in 12 milliseconds

1234