Home
last modified time | relevance | path

Searched defs:dirtyRegion (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h46 void SetDirtyRegion(Occlusion::Region& dirtyRegion) in SetDirtyRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdilayer_fuzzer/
H A Dhdilayer_fuzzer.cpp75 GraphicIRect dirtyRegion = GetData<GraphicIRect>(); in GetLayerInfoFromData() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp159 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 Drs_display_render_node_drawable.cpp219 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 Drs_profiler.h48 #define RS_PROFILER_SET_DIRTY_REGION(dirtyRegion) RSProfiler::SetDirtyRegion(dirtyRegion) argument
75 #define RS_PROFILER_SET_DIRTY_REGION(dirtyRegion) argument
H A Drs_profiler.cpp131 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 Drs_attraction_effect_filter_test.cpp117 RectI dirtyRegion = firstEffectFilter.GetAttractionDirtyRegion(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp406 Occlusion::Region dirtyRegion; variable
423 Occlusion::Region dirtyRegion; variable
H A Drs_uni_render_visitor_test.cpp2611 RectI dirtyRegion(0, 0, 100, 100); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp1354 RectI dirtyRegion(1, 1, 1, 1); variable
H A Drs_render_node_test.cpp135 RectI dirtyRegion; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp101 const std::vector<RectI>& dirtyRegion) in BuildComposeInfo()
H A Drs_uni_render_util.cpp721 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 Drs_render_node.cpp1767 void RSRenderNode::UpdateRenderStatus(RectI& dirtyRegion, bool isPartialRenderEnabled) in UpdateRenderStatus()
2032 auto dirtyRegion = dirtyManager.GetCurrentFrameDirtyRegion(); in UpdateFilterCacheWithBelowDirty() local