Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h82 void SetOuterBorderColor(const Color& value) override {} in SetOuterBorderColor() function
83 …void SetOuterBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorR… in SetOuterBorderColor() function
85 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override {} in SetOuterBorderColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h447 void SetOuterBorderColor(const Color& value) override in SetOuterBorderColor() function
451 …void SetOuterBorderColor(const std::optional<Color>& colorLeft, const std::optional<Color>& colorR… in SetOuterBorderColor() function
463 void SetOuterBorderColor(const NG::BorderColorProperty& borderColors) override in SetOuterBorderColor() function
H A Dview_abstract.cpp759 void ViewAbstract::SetOuterBorderColor(const Color& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
769 void ViewAbstract::SetOuterBorderColor(FrameNode* frameNode, const Color& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
776 void ViewAbstract::SetOuterBorderColor(const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
784 void ViewAbstract::SetOuterBorderColor(FrameNode* frameNode, const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h136 virtual void SetOuterBorderColor(const BorderColorProperty& value) {}; in SetOuterBorderColor() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1336 void RSNode::SetOuterBorderColor(const Vector4<Color>& color) in SetOuterBorderColor() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2513 void RosenRenderContext::SetOuterBorderColor(const BorderColorProperty& value) in SetOuterBorderColor() function in OHOS::Ace::NG::RosenRenderContext