Home
last modified time | relevance | path

Searched refs:themeFontSize (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_search.cpp638 auto themeFontSize = theme->GetFontSize(); in SetPlaceholderFont() local
642 font.fontSize = themeFontSize; in SetPlaceholderFont()
651 font.fontSize = themeFontSize; in SetPlaceholderFont()
684 auto themeFontSize = theme->GetFontSize(); in SetTextFont() local
686 Font font { .fontWeight = themeFontWeight, .fontSize = themeFontSize, .fontStyle = Ace::FontStyle::NORMAL }; in SetTextFont()
695 CalcDimension size = themeFontSize; in SetTextFont()
700 size = themeFontSize; in SetTextFont()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp515 auto themeFontSize = buttonTheme->GetTextSize(layoutProperty->GetControlSizeValue(ControlSize::NORMAL)); in SetLabelStyle() local
516 ACE_UPDATE_NODE_LAYOUT_PROPERTY(ButtonLayoutProperty, FontSize, themeFontSize, frameNode); in SetLabelStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_search_bridge.cpp119 auto themeFontSize = theme->GetFontSize(); in SetTextFont() local
120 CalcDimension size = themeFontSize; in SetTextFont()
124 value.fontSizeNumber = themeFontSize.Value(); in SetTextFont()
125 value.fontSizeUnit = static_cast<int8_t>(themeFontSize.Unit()); in SetTextFont()
411 auto themeFontSize = theme->GetFontSize(); in SetPlaceholderFont() local
415 value.fontSizeNumber = themeFontSize.Value(); in SetPlaceholderFont()
416 value.fontSizeUnit = static_cast<int8_t>(themeFontSize.Unit()); in SetPlaceholderFont()

Completed in 9 milliseconds