Home
last modified time | relevance | path

Searched refs:globalDirtyRegion_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp997 globalDirtyRegion_ = visibleRegion.And(region); in SetGlobalDirtyRegion()
998 globalDirtyRegionIsEmpty_ = globalDirtyRegion_.IsEmpty(); in SetGlobalDirtyRegion()
1003 return globalDirtyRegion_; in GetGlobalDirtyRegion()
H A Drs_surface_render_node_drawable.h343 Occlusion::Region globalDirtyRegion_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp506 surfaceDrawable_->globalDirtyRegion_ = region1;