Home
last modified time | relevance | path

Searched refs:SetSkipLayer (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h82 static void SetSkipLayer(RSContext& context, NodeId nodeId, bool isSkipLayer);
131 …ARG(SURFACE_NODE, SURFACE_NODE_SET_SKIP_LAYER, SurfaceNodeCommandHelper::SetSkipLayer, NodeId, boo…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp122 void SurfaceNodeCommandHelper::SetSkipLayer(RSContext& context, NodeId id, bool isSkipLayer) in SetSkipLayer() function in OHOS::Rosen::SurfaceNodeCommandHelper
125 node->SetSkipLayer(isSkipLayer); in SetSkipLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp78 SurfaceNodeCommandHelper::SetSkipLayer(context, id, GetData<bool>()); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp306 SurfaceNodeCommandHelper::SetSkipLayer(context, id, isSkipLayer);
309 SurfaceNodeCommandHelper::SetSkipLayer(context, id2, isSkipLayer);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h82 void SetSkipLayer(bool isSkipLayer);
H A Drs_surface_node.cpp292 void RSSurfaceNode::SetSkipLayer(bool isSkipLayer) in SetSkipLayer() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp580 node->SetSkipLayer(true);
609 skipLayerNode->SetSkipLayer(true);
724 node->SetSkipLayer(true);
1283 node->SetSkipLayer(true);
1285 node->SetSkipLayer(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_render_service_visitor_test.cpp342 rsSurfaceRenderNode.SetSkipLayer(true);
904 rsSurfaceRenderNode->SetSkipLayer(true);
H A Drs_uni_render_visitor_test.cpp613 surfaceNode->SetSkipLayer(true);
1054 surfaceNode->SetSkipLayer(true);
1195 surfaceNode->SetSkipLayer(true);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp365 surfaceNode_->SetSkipLayer(true); in CreateTouchWindow()
H A Dknuckle_drawing_manager.cpp386 surfaceNode_->SetSkipLayer(true); in CreateTouchWindow()
431 surfaceNode_->SetSkipLayer(true); in CreateTouchWindow()
H A Dpointer_drawing_manager.cpp2085 surfaceNode_->SetSkipLayer(isSkip); in SkipPointerLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp374 surfaceNode->SetSkipLayer(true);
401 surfaceNode->SetSkipLayer(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp169 surfaceNode->SetSkipLayer(isSkipLayer); in DoSetAndGet()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1571 node->surfaceNode_->SetSkipLayer(isSnapshotSkip); in UpdateProperty()
1573 node->leashWinSurfaceNode_->SetSkipLayer(isSnapshotSkip); in UpdateProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h460 void SetSkipLayer(bool isSkipLayer);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp847 void RSSurfaceRenderNode::SetSkipLayer(bool isSkipLayer) in SetSkipLayer() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3008 surfaceNode_->SetSkipLayer(isSkip); in SetSnapshotSkip()
3011 leashWinSurfaceNode->SetSkipLayer(isSkip); in SetSnapshotSkip()