Home
last modified time | relevance | path

Searched defs:SetOuterBorderWidth (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.h86 void SetOuterBorderWidth(const Dimension& value) override {} in SetOuterBorderWidth() function
87 …void SetOuterBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& rig… in SetOuterBorderWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h468 void SetOuterBorderWidth(const Dimension& value) override in SetOuterBorderWidth() function
473 …void SetOuterBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& rig… in SetOuterBorderWidth() function
H A Dview_abstract.cpp789 void ViewAbstract::SetOuterBorderWidth(const Dimension& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract
803 void ViewAbstract::SetOuterBorderWidth(FrameNode* frameNode, const Dimension& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract
814 void ViewAbstract::SetOuterBorderWidth(const BorderWidthProperty& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract
822 void ViewAbstract::SetOuterBorderWidth(FrameNode* frameNode, const BorderWidthProperty& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h138 virtual void SetOuterBorderWidth(const BorderWidthProperty& value) {}; in SetOuterBorderWidth() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1341 void RSNode::SetOuterBorderWidth(const Vector4f& width) in SetOuterBorderWidth() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2529 void RosenRenderContext::SetOuterBorderWidth(const BorderWidthProperty& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::RosenRenderContext