Searched refs:SetEffectRegion (Results 1 – 4 of 4) sorted by relevance
96 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);
50 void SetEffectRegion(const std::optional<Drawing::RectI>& effectRegion);
106 void RSEffectRenderNode::SetEffectRegion(const std::optional<Drawing::RectI>& effectRegion) in SetEffectRegion() function in OHOS::Rosen::RSEffectRenderNode
211 node.SetEffectRegion(effectRegion_); in PrepareEffectRenderNode()