Home
last modified time | relevance | path

Searched refs:ConvertStrToFontWeight (Results 1 – 25 of 81) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_select_ffi.cpp76 SelectModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetFont()
95 SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetSelectedOptionFont()
114 SelectModel::GetInstance()->SetOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetOptionFont()
H A Dcj_menu_item_ffi.cpp92 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemContentFont()
114 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemLabelFont()
H A Dcj_datepicker_ffi.cpp198 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle()
219 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetTextStyle()
240 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle()
H A Dcj_marquee_ffi.cpp62 MarqueeModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkMarqueeSetFontWeight()
H A Dcj_menu_ffi.cpp43 MenuModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuFont()
H A Dcj_textfield_ffi.cpp175 font.fontWeight = ConvertStrToFontWeight(weight); in FfiOHOSAceFrameworkTextFieldSetPlaceholderFont()
240 TextFieldModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in FfiOHOSAceFrameworkTextFieldSetFontWeight()
H A Dcj_span_ffi.cpp105 SpanModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkSpanSetFontWeight()
H A Dcj_texttimer_ffi.cpp104 TextTimerModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextTimerSetFontWeight()
H A Dcj_text_ffi.cpp69 TextModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextSetFontWeight()
H A Dcj_button_ffi.cpp73 ButtonModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkButtonSetFontWeight()
H A Dcj_text_clock_ffi.cpp170 TextClockModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextClockFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_symbol_span_modifier.cpp28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() function
87 SymbolSpanModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetSymbolSpanFontWeightStr()
H A Dnode_symbol_glyph_modifier.cpp30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() function
109 SymbolModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetFontWeightStr()
H A Dmenu_item_modifier.cpp95 MenuItemModelNG::SetLabelFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetLabelFont()
144 MenuItemModelNG::SetFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetContentFont()
H A Dtext_area_modifier.cpp147 font.fontWeight = Framework::ConvertStrToFontWeight(weight); in SetTextAreaPlaceholderFont()
308 TextFieldModelNG::SetFontWeight(frameNode, Framework::ConvertStrToFontWeight(fontWeight)); in SetTextAreaFontWeight()
/ohos5.0/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_menu_item.cpp274 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weight)); in ContentFont()
336 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weight)); in LabelFont()
H A Djs_symbol.cpp105 SymbolModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
H A Djs_badge.cpp187 badgeParameters.badgeFontWeight = ConvertStrToFontWeight(fontWeight); in CreateBadgeParameters()
H A Djs_sec_button_base.cpp89 SecurityComponentModelNG::SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_marquee.cpp98 … const DOMMarquee&) { textStyle.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
H A Ddom_option.cpp136 selectOptionComponent_->SetFontWeight(ConvertStrToFontWeight(style.second)); in SetSpecializedStyle()
H A Ddom_select.cpp150 … SelectComponent& select) { select.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
H A Ddom_stepper_item.cpp64 stepperItem.textStyle_.SetFontWeight(ConvertStrToFontWeight(value)); in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp124 specializedStyle.spanStyle.SetFontWeight(ConvertStrToFontWeight(val)); in SetSpecializedStyle()

1234