Searched refs:IfCacheableFilterRectFullyCover (Results 1 – 5 of 5) sorted by relevance
593 HWTEST_F(RSDirtyRegionManagerTest, IfCacheableFilterRectFullyCover, TestSize.Level1)598 EXPECT_TRUE(fun.IfCacheableFilterRectFullyCover(Rect));601 EXPECT_FALSE(fun.IfCacheableFilterRectFullyCover(Rect));
90 rsDirtyRegionManager.IfCacheableFilterRectFullyCover(myRect); in DoSomethingInterestingWithMyAPI()
77 bool IfCacheableFilterRectFullyCover(const RectI& targetRect);
125 bool RSDirtyRegionManager::IfCacheableFilterRectFullyCover(const RectI& targetRect) in IfCacheableFilterRectFullyCover() function in OHOS::Rosen::RSDirtyRegionManager
1782 if (IsTransparent() && dirtyManager_->IfCacheableFilterRectFullyCover(GetOldDirtyInSurface())) { in UpdateFilterCacheStatusIfNodeStatic()