Searched refs:isOnTheTree (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_dropframe_test.cpp | 106 bool isOnTheTree = child->IsOnTheTree(); variable 107 EXPECT_EQ(isOnTheTree, true); 126 bool isOnTheTree = child->IsOnTheTree(); variable 127 EXPECT_EQ(isOnTheTree, false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/ |
H A D | rsrendernode_fuzzer.cpp | 102 bool isOnTheTree = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local 119 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(id, isOnTheTree, context); in RSBaseRenderNodeFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 446 …urfaceRenderNode::UpdateChildSubSurfaceNodes(RSSurfaceRenderNode::SharedPtr node, bool isOnTheTree) in UpdateChildSubSurfaceNodes() argument 448 if (isOnTheTree) { in UpdateChildSubSurfaceNodes() 454 node->SetIsSubSurfaceNode(isOnTheTree); in UpdateChildSubSurfaceNodes()
|
H A D | rs_render_node.cpp | 221 NodeId id, bool isOnTheTree, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSRenderNode() argument 222 …: isOnTheTree_(isOnTheTree), id_(id), context_(context), isTextureExportNode_(isTextureExportNode), in RSRenderNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_render_node.h | 76 explicit RSRenderNode(NodeId id, bool isOnTheTree, const std::weak_ptr<RSContext>& context = {},
|
H A D | rs_surface_render_node.h | 1293 void UpdateChildSubSurfaceNodes(RSSurfaceRenderNode::SharedPtr node, bool isOnTheTree);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2591 bool isOnTheTree = savedAppWindowNode_[listener.first].first->IsOnTheTree(); in SurfaceOcclusionCallback() local 2592 if (isOnTheTree) { in SurfaceOcclusionCallback() 2620 if (isOnTheTree) { in SurfaceOcclusionCallback()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5706 bool isOnTheTree = frameNode->IsOnMainTree(); local 5708 RSNode::ExecuteWithoutAnimation([this, isOnTheTree, &frameNode]() { 5710 transitionEffect_->Attach(Claim(this), !isOnTheTree);
|