Home
last modified time | relevance | path

Searched refs:SetOuterBorderWidth (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_textinput_theme.h43 ViewAbstractModel::GetInstance()->SetOuterBorderWidth({}); in ApplyTheme()
57 ViewAbstractModel::GetInstance()->SetOuterBorderWidth(outerBorderWidth); in ApplyTheme()
62 ViewAbstractModel::GetInstance()->SetOuterBorderWidth({}); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp172 ViewAbstract::SetOuterBorderWidth(ZERO);
173 ViewAbstract::SetOuterBorderWidth(nullptr, ZERO);
175 ViewAbstract::SetOuterBorderWidth(borderWidth);
176 ViewAbstract::SetOuterBorderWidth(nullptr, borderWidth);
258 ViewAbstract::SetOuterBorderWidth(ZERO);
259 ViewAbstract::SetOuterBorderWidth(nullptr, ZERO);
261 ViewAbstract::SetOuterBorderWidth(borderWidth);
262 ViewAbstract::SetOuterBorderWidth(nullptr, borderWidth);
1511 ViewAbstract::SetOuterBorderWidth(ZERO);
1512 ViewAbstract::SetOuterBorderWidth(nullptr, ZERO);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h188 static void SetOuterBorderWidth(const Dimension& value);
189 static void SetOuterBorderWidth(const BorderWidthProperty& value);
478 static void SetOuterBorderWidth(FrameNode* frameNode, const Dimension& value);
479 static void SetOuterBorderWidth(FrameNode* frameNode, const BorderWidthProperty& value);
H A Dview_abstract_model_ng.h468 void SetOuterBorderWidth(const Dimension& value) override in SetOuterBorderWidth() function
470 ViewAbstract::SetOuterBorderWidth(value); in SetOuterBorderWidth()
473 …void SetOuterBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimension>& rig… in SetOuterBorderWidth() function
482 ViewAbstract::SetOuterBorderWidth(borderWidth); in SetOuterBorderWidth()
H A Dview_abstract_model.h152 virtual void SetOuterBorderWidth(const Dimension& value) = 0;
153 …virtual void SetOuterBorderWidth(const std::optional<Dimension>& left, const std::optional<Dimensi…
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/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/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h283 void SetOuterBorderWidth(const Vector4f& width);
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/
H A Drender_context.h138 virtual void SetOuterBorderWidth(const BorderWidthProperty& value) {}; in SetOuterBorderWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h100 void SetOuterBorderWidth(const BorderWidthProperty& value) override;
H A Drosen_render_context.cpp2526 SetOuterBorderWidth(value); in OnOuterBorderWidthUpdate()
2529 void RosenRenderContext::SetOuterBorderWidth(const BorderWidthProperty& value) in SetOuterBorderWidth() function in OHOS::Ace::NG::RosenRenderContext
2537 rsNode_->SetOuterBorderWidth(cornerBorderWidth); in SetOuterBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp4668 ViewAbstract::SetOuterBorderWidth(frameNode, borderWidth); in SetOutlineWidth()
4682 ViewAbstract::SetOuterBorderWidth(frameNode, borderWidth); in SetOutlineWidthFloat()
4708 ViewAbstract::SetOuterBorderWidth(frameNode, value); in ResetOutlineWidth()
4770 ViewAbstract::SetOuterBorderWidth(frameNode, borderWidth); in SetOutline()
4803 ViewAbstract::SetOuterBorderWidth(frameNode, borderWidth); in ResetOutline()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp1286 renderContext->SetOuterBorderWidth(outerWidthProp); in UpdateMenuBorderEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3915 ViewAbstractModel::GetInstance()->SetOuterBorderWidth(borderWidth); in JsOutline()
3926 ViewAbstractModel::GetInstance()->SetOuterBorderWidth({}); in JsOutline()
3949 ViewAbstractModel::GetInstance()->SetOuterBorderWidth({}); in JsOutlineWidth()
4132 ViewAbstractModel::GetInstance()->SetOuterBorderWidth(borderWidth); in ParseOuterBorderWidth()
4167 …ViewAbstractModel::GetInstance()->SetOuterBorderWidth(leftDimen, rightDimen, topDimen, bottomDimen… in ParseOuterBorderWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp5299 HWTEST_F(RSNodeTest, SetOuterBorderWidth, TestSize.Level1)
5303 rsNode->SetOuterBorderWidth(width);