Home
last modified time | relevance | path

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 Drs_node_command.cpp127 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 Drs_node_command_test.cpp269 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 Drs_node_command.h146 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 Drs_node.h447 void SetOutOfParent(OutOfParentType outOfParent);
H A Drs_node.cpp2495 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 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.cpp6690 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 Drs_render_node.cpp4018 void RSRenderNode::SetOutOfParent(OutOfParentType outOfParent) in SetOutOfParent() function in OHOS::Rosen::RSRenderNode