Home
last modified time | relevance | path

Searched refs:SetCurrentFrameDirtyRect (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_pointer_window_manager_test.cpp58 node->GetDirtyManager()->SetCurrentFrameDirtyRect(RectI{1, 1, 1, 1});
H A Drs_uifirst_manager_test.cpp368 surfaceRenderNode->GetDirtyManager()->SetCurrentFrameDirtyRect(RectI(1, 2, 3, 4));
H A Drs_uni_render_visitor_test.cpp2287 surfaceNode->GetDirtyManager()->SetCurrentFrameDirtyRect(rect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_pointer_window_manager.cpp43 dirtyManager->SetCurrentFrameDirtyRect(RectI()); in UpdatePointerDirtyToGlobalDirty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp96 rsDirtyRegionManager.SetCurrentFrameDirtyRect(myRect); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_dirty_region_manager.h99 void SetCurrentFrameDirtyRect(const RectI& dirtyRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp517 HWTEST_F(RSDirtyRegionManagerTest, SetCurrentFrameDirtyRect, TestSize.Level1)
521 fun.SetCurrentFrameDirtyRect(rect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp160 void RSDirtyRegionManager::SetCurrentFrameDirtyRect(const RectI& dirtyRect) in SetCurrentFrameDirtyRect() function in OHOS::Rosen::RSDirtyRegionManager