Home
last modified time | relevance | path

Searched refs:SetEffectRegion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_effect_render_node_test.cpp96 rsEffectRenderNode.SetEffectRegion(path);
136 HWTEST_F(RSEffectRenderNodeTest, SetEffectRegion, TestSize.Level1)
142 rsEffectRenderNode.SetEffectRegion(path);
143 rsEffectRenderNode.SetEffectRegion(std::nullopt);
145 rsEffectRenderNode.SetEffectRegion(rectI);
148 rsEffectRenderNode.SetEffectRegion(rectI);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_effect_render_node.h50 void SetEffectRegion(const std::optional<Drawing::RectI>& effectRegion);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp106 void RSEffectRenderNode::SetEffectRegion(const std::optional<Drawing::RectI>& effectRegion) in SetEffectRegion() function in OHOS::Rosen::RSEffectRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp211 node.SetEffectRegion(effectRegion_); in PrepareEffectRenderNode()