/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_select_ffi.cpp | 76 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 D | cj_menu_item_ffi.cpp | 92 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemContentFont() 114 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuItemLabelFont()
|
H A D | cj_datepicker_ffi.cpp | 198 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle() 219 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetTextStyle() 240 textStyle.fontWeight = ConvertStrToFontWeight(weightVal); in FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle()
|
H A D | cj_marquee_ffi.cpp | 62 MarqueeModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkMarqueeSetFontWeight()
|
H A D | cj_menu_ffi.cpp | 43 MenuModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weightVal)); in FfiOHOSAceFrameworkMenuFont()
|
H A D | cj_textfield_ffi.cpp | 175 font.fontWeight = ConvertStrToFontWeight(weight); in FfiOHOSAceFrameworkTextFieldSetPlaceholderFont() 240 TextFieldModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in FfiOHOSAceFrameworkTextFieldSetFontWeight()
|
H A D | cj_span_ffi.cpp | 105 SpanModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkSpanSetFontWeight()
|
H A D | cj_texttimer_ffi.cpp | 104 TextTimerModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextTimerSetFontWeight()
|
H A D | cj_text_ffi.cpp | 69 TextModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextSetFontWeight()
|
H A D | cj_button_ffi.cpp | 73 ButtonModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkButtonSetFontWeight()
|
H A D | cj_text_clock_ffi.cpp | 170 TextClockModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(fontWeight)); in FfiOHOSAceFrameworkTextClockFontWeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_span_modifier.cpp | 28 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() function 87 SymbolSpanModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetSymbolSpanFontWeightStr()
|
H A D | node_symbol_glyph_modifier.cpp | 30 FontWeight ConvertStrToFontWeight(ArkUI_CharPtr weight, FontWeight defaultFontWeight = FontWeight::… in ConvertStrToFontWeight() function 109 SymbolModelNG::SetFontWeight(frameNode, ConvertStrToFontWeight(weight)); in SetFontWeightStr()
|
H A D | menu_item_modifier.cpp | 95 MenuItemModelNG::SetLabelFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetLabelFont() 144 MenuItemModelNG::SetFontWeight(frameNode, Framework::ConvertStrToFontWeight(res[1])); in SetContentFont()
|
H A D | text_area_modifier.cpp | 147 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 D | js_symbol_span.cpp | 73 SymbolSpanModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
|
H A D | js_menu_item.cpp | 274 MenuItemModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(weight)); in ContentFont() 336 MenuItemModel::GetInstance()->SetLabelFontWeight(ConvertStrToFontWeight(weight)); in LabelFont()
|
H A D | js_symbol.cpp | 105 SymbolModel::GetInstance()->SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
|
H A D | js_badge.cpp | 187 badgeParameters.badgeFontWeight = ConvertStrToFontWeight(fontWeight); in CreateBadgeParameters()
|
H A D | js_sec_button_base.cpp | 89 SecurityComponentModelNG::SetFontWeight(ConvertStrToFontWeight(value)); in SetFontWeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_marquee.cpp | 98 … const DOMMarquee&) { textStyle.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
|
H A D | dom_option.cpp | 136 selectOptionComponent_->SetFontWeight(ConvertStrToFontWeight(style.second)); in SetSpecializedStyle()
|
H A D | dom_select.cpp | 150 … SelectComponent& select) { select.SetFontWeight(ConvertStrToFontWeight(val)); } }, in SetSpecializedStyle()
|
H A D | dom_stepper_item.cpp | 64 stepperItem.textStyle_.SetFontWeight(ConvertStrToFontWeight(value)); in SetSpecializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/ |
H A D | span_declaration.cpp | 124 specializedStyle.spanStyle.SetFontWeight(ConvertStrToFontWeight(val)); in SetSpecializedStyle()
|