Home
last modified time | relevance | path

Searched refs:GetSelectStyle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp120 return GetTextStyleInJson(render->GetSelectComponent()->GetSelectStyle()); in GetFont()
129 return ConvertColorToString(render->GetSelectComponent()->GetSelectStyle().GetTextColor()); in GetFontColor()
233 return ConvertColorToString(render->GetSelectComponent()->GetSelectStyle().GetTextColor()); in GetOptionFontColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp100 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontSize()
111 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontWeight()
122 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetFontFamily()
133 TextStyle textStyle = selectComponent->GetSelectStyle(); in SetItalicFontStyle()
144 auto textStyle = selectComponent->GetSelectStyle(); in SetFontColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp91 textStyle = GetSelectStyle(); in Initialize()
H A Dselect_component.h345 const TextStyle& GetSelectStyle() const in GetSelectStyle() function