Searched refs:GetClipShape (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_model_test_ng.cpp | 1229 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 D | side_bar_container_pattern.cpp | 368 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 D | view_abstract.h | 664 static RefPtr<BasicShape> GetClipShape(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 2265 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 D | node_common_modifier.cpp | 5121 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 D | view_abstract_test_ng.cpp | 736 ViewAbstract::GetClipShape(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1923 const ArkUI_AttributeItem* GetClipShape(ArkUI_NodeHandle node) in GetClipShape() function 12795 GetClipShape, in GetCommonAttribute()
|
Completed in 54 milliseconds