Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp712 HWTEST_F(RSSurfaceRenderNodeDrawableTest, SetDirtyRegionBelowCurrentLayer, TestSize.Level1)
718 surfaceDrawable_->SetDirtyRegionBelowCurrentLayer(region);
721 surfaceDrawable_->SetDirtyRegionBelowCurrentLayer(region);
771 drawable->SetDirtyRegionBelowCurrentLayer(VisibleDirtyRegion);
773 drawable->SetDirtyRegionBelowCurrentLayer(VisibleDirtyRegion);
1191 surfaceDrawable_->SetDirtyRegionBelowCurrentLayer(OccRegion);
1214 surfaceDrawable_->SetDirtyRegionBelowCurrentLayer(OccRegion);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h220 void SetDirtyRegionBelowCurrentLayer(Occlusion::Region& region);
H A Drs_surface_render_node_drawable.cpp1011 void RSSurfaceRenderNodeDrawable::SetDirtyRegionBelowCurrentLayer(Occlusion::Region& region) in SetDirtyRegionBelowCurrentLayer() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp238 surfaceNodeDrawable->SetDirtyRegionBelowCurrentLayer(curVisibleDirtyRegion); in SetAllSurfaceDrawableGlobalDityRegion()