Home
last modified time | relevance | path

Searched refs:GetDirtyRegionFlipWithinSurface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp610 HWTEST_F(RSDirtyRegionManagerTest, GetDirtyRegionFlipWithinSurface, TestSize.Level1)
614 fun.GetDirtyRegionFlipWithinSurface();
617 fun.GetDirtyRegionFlipWithinSurface();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp97 rsDirtyRegionManager.GetDirtyRegionFlipWithinSurface(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_dirty_region_manager.h103 RectI GetDirtyRegionFlipWithinSurface() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp183 RectI RSDirtyRegionManager::GetDirtyRegionFlipWithinSurface() const in GetDirtyRegionFlipWithinSurface() function in OHOS::Rosen::RSDirtyRegionManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp241 RectI rect = dirtyManager->GetDirtyRegionFlipWithinSurface(); in MergeDirtyHistory()