/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.h | 46 void SetDirtyRegion(Occlusion::Region& dirtyRegion) in SetDirtyRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/ |
H A D | hdilayer_fuzzer.cpp | 75 GraphicIRect dirtyRegion = GetData<GraphicIRect>(); in GetLayerInfoFromData() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 159 auto dirtyRegion = globalDirtyRegion.Or(surfaceNodeDirtyRegion); in CalculateVisibleDirtyRegion() local 520 auto dirtyRegion = calcRegion.And(accumulatedDirtyRegion); in MergeDirtyRegionBelowCurSurface() local 1018 Occlusion::Region dirtyRegion { dirtyRect }; in SetDirtyRegionBelowCurrentLayer() local
|
H A D | rs_display_render_node_drawable.cpp | 219 Occlusion::Region dirtyRegion = RSUniRenderUtil::MergeVisibleDirtyRegion( in MergeDirtyHistory() local 263 …Occlusion::Region dirtyRegion = RSUniRenderUtil::MergeVisibleDirtyRegionInVirtual(curAllSurfaceDra… in MergeDirtyHistoryInVirtual() local 574 const RectI& dirtyRegion = GetSyncDirtyManager()->GetCurrentFrameDirtyRegion(); in OnDraw() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.h | 48 #define RS_PROFILER_SET_DIRTY_REGION(dirtyRegion) RSProfiler::SetDirtyRegion(dirtyRegion) argument 75 #define RS_PROFILER_SET_DIRTY_REGION(dirtyRegion) argument
|
H A D | rs_profiler.cpp | 131 void RSProfiler::SetDirtyRegion(const Occlusion::Region& dirtyRegion) in SetDirtyRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_attraction_effect_filter_test.cpp | 117 RectI dirtyRegion = firstEffectFilter.GetAttractionDirtyRegion(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_util_test.cpp | 406 Occlusion::Region dirtyRegion; variable 423 Occlusion::Region dirtyRegion; variable
|
H A D | rs_uni_render_visitor_test.cpp | 2611 RectI dirtyRegion(0, 0, 100, 100); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 1354 RectI dirtyRegion(1, 1, 1, 1); variable
|
H A D | rs_render_node_test.cpp | 135 RectI dirtyRegion; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_composer_adapter.cpp | 101 const std::vector<RectI>& dirtyRegion) in BuildComposeInfo()
|
H A D | rs_uni_render_util.cpp | 721 Occlusion::Region RSUniRenderUtil::AlignedDirtyRegion(const Occlusion::Region& dirtyRegion, int32_t… in AlignedDirtyRegion()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1767 void RSRenderNode::UpdateRenderStatus(RectI& dirtyRegion, bool isPartialRenderEnabled) in UpdateRenderStatus() 2032 auto dirtyRegion = dirtyManager.GetCurrentFrameDirtyRegion(); in UpdateFilterCacheWithBelowDirty() local
|