Searched refs:UpdateRects (Results 1 - 6 of 6) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region.cpp | 170 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res) in UpdateRects() function in OHOS::Rosen::Occlusion::Region 273 UpdateRects(r, ranges, indexAt, res); in RegionOpLocal()
|
/foundation/window/window_manager/utils/src/ |
H A D | wm_occlusion_region.cpp | 172 void Region::UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res) in UpdateRects() function in OHOS::Rosen::WmOcclusion::Region 255 UpdateRects(r, ranges, indexAt, res); in RegionOpLocal()
|
/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 264 void UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_occlusion_region.h | 389 void UpdateRects(Rects& r, std::vector<Range>& ranges, std::vector<int>& indexAt, Region& res);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_occlusion_region_test.cpp | 457 * @tc.desc: Verify function UpdateRects 481 region.UpdateRects(rects, ranges, indexAt, resultRegion); in HWTEST_F()
|
/foundation/window/window_manager/utils/test/unittest/ |
H A D | wm_occlusion_region_test.cpp | 331 * @tc.desc: test WmOcclusionRegion WmOcclusion::Region::UpdateRects 353 region->UpdateRects(rects, ranges, indexAt, regionRes); in HWTEST_F()
|
Completed in 5 milliseconds