Home
last modified time | relevance | path

Searched refs:outOfParent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_command_test.cpp268 OutOfParentType outOfParent = OutOfParentType::OUTSIDE; variable
269 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent);
273 RSNodeCommandHelper::SetOutOfParent(context, nodeId, outOfParent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_command.cpp127 …RSNodeCommandHelper::SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfParent) in SetOutOfParent() argument
132 node->SetOutOfParent(outOfParent); in SetOutOfParent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h146 static void SetOutOfParent(RSContext& context, NodeId nodeId, OutOfParentType outOfParent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2495 void RSNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() argument
2497 if (outOfParent != outOfParent_) { in SetOutOfParent()
2498 outOfParent_ = outOfParent; in SetOutOfParent()
2500 … std::unique_ptr<RSCommand> command = std::make_unique<RSSetOutOfParent>(GetId(), outOfParent); in SetOutOfParent()
H A Drs_node.h447 void SetOutOfParent(OutOfParentType outOfParent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h520 void SetOutOfParent(OutOfParentType outOfParent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp6725 OutOfParentType outOfParent = OutOfParentType::UNKNOWN; variable
6726 rsNode->SetOutOfParent(outOfParent);
6729 outOfParent = OutOfParentType::OUTSIDE;
6730 rsNode->SetOutOfParent(outOfParent);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4018 void RSRenderNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() argument
4020 outOfParent_ = outOfParent; in SetOutOfParent()