Home
last modified time | relevance | path

Searched refs:GetRectFlipWithinSurface (Results 1 – 7 of 7) 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.cpp306 HWTEST_F(RSDirtyRegionManagerTest, GetRectFlipWithinSurface, Function | SmallTest | Level2)
314 RectI flippedRect = rsDirtyManager->GetRectFlipWithinSurface(oriRect);
320 RectI flippedRect = rsDirtyManager->GetRectFlipWithinSurface(oriRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp99 rsDirtyRegionManager.GetRectFlipWithinSurface(myRect); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_dirty_region_manager.h107 RectI GetRectFlipWithinSurface(const RectI& rect) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp199 RectI RSDirtyRegionManager::GetRectFlipWithinSurface(const RectI& rect) const in GetRectFlipWithinSurface() function in OHOS::Rosen::RSDirtyRegionManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp214 manager.GetRectFlipWithinSurface(rect); in RSDirtyRegionManagerFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp333 RectI dirtyRectFlip = curDirtyManager_->GetRectFlipWithinSurface(curDirtyRegion_); in UpdateDirtyAndSetEGLDamageRegion()
344 curDirtyRegion_ = curDirtyManager_->GetRectFlipWithinSurface(dirtyRectFlip); in UpdateDirtyAndSetEGLDamageRegion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp265 RectI rect = dirtyManager->GetRectFlipWithinSurface(dirtyManager->GetDirtyRegionInVirtual()); in MergeDirtyHistoryInVirtual()