Home
last modified time | relevance | path

Searched refs:SetContextClipRegion (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp59 node->SetContextClipRegion(clipRegion);
64 node->SetContextClipRegion(clipRegion);
147 HWTEST_F(RSProxyRenderNodeTest, SetContextClipRegion, TestSize.Level1)
155 node->SetContextClipRegion(node->contextClipRect_);
157 node->SetContextClipRegion(clipRegion);
H A Drs_surface_render_node_test.cpp79 surfaceRenderNode.SetContextClipRegion(clipRegion, sendMsg);
1267 testNode->SetContextClipRegion(rect, true);
1268 testNode->SetContextClipRegion(rect, false);
1270 testNode->SetContextClipRegion(Drawing::Rect(1, 1, 1, 1), true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_proxy_render_node.cpp93 void RSProxyRenderNode::SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion) in SetContextClipRegion() function in OHOS::Rosen::RSProxyRenderNode
100 target->SetContextClipRegion(clipRegion, false); in SetContextClipRegion()
137 target->SetContextClipRegion(std::nullopt, false); in CleanUp()
H A Drs_surface_render_node.cpp737 void RSSurfaceRenderNode::SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion, bool… in SetContextClipRegion() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_proxy_render_node.h57 void SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion);
H A Drs_surface_render_node.h452 void SetContextClipRegion(const std::optional<Drawing::Rect>& clipRegion, bool sendMsg = true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproxyrendernode_fuzzer/
H A Drsproxyrendernode_fuzzer.cpp87 rsProxyRenderNode->SetContextClipRegion(clipRegion); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h79 …static void SetContextClipRegion(RSContext& context, NodeId nodeId, const std::optional<Drawing::R…
123 SurfaceNodeCommandHelper::SetContextClipRegion, NodeId, std::optional<Drawing::Rect>))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp93 void SurfaceNodeCommandHelper::SetContextClipRegion( in SetContextClipRegion() function in OHOS::Rosen::SurfaceNodeCommandHelper
97 node->SetContextClipRegion(clipRect, false); in SetContextClipRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp76 SurfaceNodeCommandHelper::SetContextClipRegion(context, id, clipRect); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp186 …node.SetContextClipRegion(Drawing::Rect(rect.GetLeft(), rect.GetTop(), rect.GetRight(), rect.GetBo… in PrepareSurfaceRenderNode()
988 node.SetContextClipRegion(clipRect); in ProcessProxyRenderNode()
1090 node.SetContextClipRegion(std::nullopt); in ProcessOtherSurfaceRenderNode()
1103 node.SetContextClipRegion(clipRect); in ProcessOtherSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp64 SurfaceNodeCommandHelper::SetContextClipRegion(context, id, clipRect);
68 SurfaceNodeCommandHelper::SetContextClipRegion(*context2, id2, clipRect);