Home
last modified time | relevance | path

Searched refs:GetClipShape (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1229 EXPECT_FALSE(dialogContext->GetClipShape().value()); in HWTEST_F()
1233 EXPECT_TRUE(dialogContext->GetClipShape().value()); in HWTEST_F()
1237 EXPECT_TRUE(dialogContext->GetClipShape().value()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp368 if (!sideBarContext->GetClipEdge().has_value() && !sideBarContext->GetClipShape().has_value()) { in OnUpdateSideBarAndContent()
376 if (!contentContext->GetClipEdge().has_value() && !contentContext->GetClipShape().has_value()) { in OnUpdateSideBarAndContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h664 static RefPtr<BasicShape> GetClipShape(FrameNode* frameNode);
H A Dview_abstract.cpp2265 if (target->GetClipShape().has_value()) { in SetClipEdge()
2278 if (target->GetClipShape().has_value()) { in SetClipEdge()
3989 RefPtr<BasicShape> ViewAbstract::GetClipShape(FrameNode* frameNode) in GetClipShape() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5121 void GetClipShape(ArkUINodeHandle node, ArkUIClipShapeOptions* options, ArkUI_Int32 unit) in GetClipShape() function
5125 auto basicShape = ViewAbstract::GetClipShape(frameNode); in GetClipShape()
6246 GetClipShape, GetTransform, GetHitTestBehavior, GetPosition, GetShadow, GetCustomShadow, GetSweepGradient, in GetCommonModifier()
6320 GetClipShape, GetTransform, GetHitTestBehavior, GetPosition, GetShadow, GetCustomShadow, GetSweepGradient, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp736 ViewAbstract::GetClipShape(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp1923 const ArkUI_AttributeItem* GetClipShape(ArkUI_NodeHandle node) in GetClipShape() function
12795 GetClipShape, in GetCommonAttribute()

Completed in 54 milliseconds