Home
last modified time | relevance | path

Searched refs:SetSelectStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp102 selectComponent->SetSelectStyle(std::move(textStyle)); in SetFontSize()
113 selectComponent->SetSelectStyle(std::move(textStyle)); in SetFontWeight()
124 selectComponent->SetSelectStyle(std::move(textStyle)); in SetFontFamily()
135 selectComponent->SetSelectStyle(std::move(textStyle)); in SetItalicFontStyle()
146 selectComponent->SetSelectStyle(std::move(textStyle)); in SetFontColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h350 void SetSelectStyle(const TextStyle& style) in SetSelectStyle() function