Home
last modified time | relevance | path

Searched defs:SetOuterBorderColor (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h76 void SetOuterBorderColor(const Color& value) override {} in SetOuterBorderColor() function
77 …void SetOuterBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorR… in SetOuterBorderColor() function
79 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override {} in SetOuterBorderColor() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h420 void SetOuterBorderColor(const Color& value) override in SetOuterBorderColor() function
424 …void SetOuterBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorR… in SetOuterBorderColor() function
436 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override in SetOuterBorderColor() function
Dview_abstract.cpp725 void ViewAbstract::SetOuterBorderColor(const Color& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
735 void ViewAbstract::SetOuterBorderColor(FrameNode* frameNode, const Color& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
742 void ViewAbstract::SetOuterBorderColor(const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
750 void ViewAbstract::SetOuterBorderColor(FrameNode* frameNode, const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h136 virtual void SetOuterBorderColor(const BorderColorProperty& value) {}; in SetOuterBorderColor() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_node.cpp1330 void RSNode::SetOuterBorderColor(const Vector4<Color>& color) in SetOuterBorderColor() function in OHOS::Rosen::RSNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp2444 void RosenRenderContext::SetOuterBorderColor(const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::RosenRenderContext