Searched refs:SetOutOfParent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_node_command.cpp | 127 void RSNodeCommandHelper::SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfPa… in SetOutOfParent() function in OHOS::Rosen::RSNodeCommandHelper 132 node->SetOutOfParent(outOfParent); in SetOutOfParent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_command_test.cpp | 269 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent); 273 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_node_command.h | 146 static void SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfParent); 278 ARG(RS_NODE, SET_OUT_OF_PARENT, RSNodeCommandHelper::SetOutOfParent,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 447 void SetOutOfParent(OutOfParentType outOfParent);
|
H A D | rs_node.cpp | 2495 void RSNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 520 void SetOutOfParent(OutOfParentType outOfParent);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 6690 rsNode->SetOutOfParent(OutOfParentType::UNKNOWN); 6691 rsNode->SetOutOfParent(OutOfParentType::WITHIN); 6722 HWTEST_F(RSNodeTest, SetOutOfParent, TestSize.Level1) 6726 rsNode->SetOutOfParent(outOfParent); 6730 rsNode->SetOutOfParent(outOfParent);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 4018 void RSRenderNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() function in OHOS::Rosen::RSRenderNode
|