Searched refs:GetCurrentFrameDirtyRegion (Results 1 – 18 of 18) sorted by relevance
136 RectI curDirtyRect = rsDirtyManager->GetCurrentFrameDirtyRegion();144 curDirtyRect = rsDirtyManager->GetCurrentFrameDirtyRegion();164 RectI curDirtyRect = rsDirtyManager->GetCurrentFrameDirtyRegion();170 curDirtyRect = rsDirtyManager->GetCurrentFrameDirtyRegion();187 RectI currFrameDirtyRect = rsDirtyManager->GetCurrentFrameDirtyRegion();486 EXPECT_TRUE(fun.GetCurrentFrameDirtyRegion().IsEmpty());490 EXPECT_FALSE(fun.GetCurrentFrameDirtyRegion().IsEmpty());508 EXPECT_TRUE(fun.GetCurrentFrameDirtyRegion().IsEmpty());522 EXPECT_FALSE(fun.GetCurrentFrameDirtyRegion().IsEmpty());
478 ASSERT_EQ(rsDirtyManager->GetCurrentFrameDirtyRegion().IsEmpty(), true);496 ASSERT_EQ(rsDirtyManager->GetCurrentFrameDirtyRegion().IsEmpty(), true);520 bool isDirtyRectCorrect = (rsDirtyManager->GetCurrentFrameDirtyRegion() == absRect);548 ASSERT_EQ(rsDirtyManager->GetCurrentFrameDirtyRegion().IsEmpty(), false);575 ASSERT_EQ(rsDirtyManager->GetCurrentFrameDirtyRegion().IsEmpty(), false);
702 auto dirtyRect = dirtyManager->GetCurrentFrameDirtyRegion(); in CheckMergeFilterDirtyByIntersectWithDirty()714 if (dirtyRect != dirtyManager->GetCurrentFrameDirtyRegion()) { in CheckMergeFilterDirtyByIntersectWithDirty()2120 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByTransparent()2147 curDisplayNode_->GetDirtyManager()->GetCurrentFrameDirtyRegion().ToString().c_str(), in CheckMergeDisplayDirtyByZorderChanged()2165 curDisplayNode_->GetDirtyManager()->GetCurrentFrameDirtyRegion().ToString().c_str(), in CheckMergeDisplayDirtyByPosChanged()2178 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByShadowChanged()2223 curDisplayNode_->GetDirtyManager()->GetCurrentFrameDirtyRegion().ToString().c_str(), in CheckMergeDisplayDirtyByAttractionChanged()2260 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByTransparentRegions()2345 Occlusion::Rect{ surfaceNode->GetDirtyManager()->GetCurrentFrameDirtyRegion() } }; in CheckMergeDisplayDirtyByTransparentFilter()2862 curSurfaceDirtyManager_->GetCurrentFrameDirtyRegion())); in UpdateSubSurfaceNodeRectInSkippedSubTree()[all …]
40 auto pointerWindowDirtyRegion = dirtyManager->GetCurrentFrameDirtyRegion(); in UpdatePointerDirtyToGlobalDirty()
378 … auto surfaceDirtyRect = surfaceDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckVisibleDirtyRegionIsEmpty()
1255 dirtyRegions.emplace_back(dirtyManager->GetCurrentFrameDirtyRegion()); in CreateLayer()
94 rsDirtyRegionManager.GetCurrentFrameDirtyRegion(); in DoSomethingInterestingWithMyAPI()
94 const RectI& GetCurrentFrameDirtyRegion();
1348 ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), true);1354 … ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), false);1359 …bool isRectEqual = (rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion() == DEFAUL…1478 auto dirtyRect = rsSurfaceRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion();1483 … ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), false);1515 … ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), false);1548 … ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), false);1581 … ASSERT_EQ(rsDisplayRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty(), false);
126 ASSERT_TRUE(surfaceDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty());132 ASSERT_TRUE(surfaceDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty());139 … ASSERT_FALSE(surfaceDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty());170 ASSERT_FALSE(childDrawable->GetSyncDirtyManager()->GetCurrentFrameDirtyRegion().IsEmpty());
408 …if (isOpDropped_ && !isRenderForced_ && curDirtyManager_->GetCurrentFrameDirtyRegion().IsEmpty()) { in ProcessRootRenderNode()524 auto width = curDirtyManager_->GetCurrentFrameDirtyRegion().GetWidth(); in ProcessRootRenderNode()525 auto height = curDirtyManager_->GetCurrentFrameDirtyRegion().GetHeight(); in ProcessRootRenderNode()
150 const RectI& RSDirtyRegionManager::GetCurrentFrameDirtyRegion() in GetCurrentFrameDirtyRegion() function in OHOS::Rosen::RSDirtyRegionManager
2073 GetName().c_str(), dirtyManager_->GetCurrentFrameDirtyRegion().ToString().c_str()); in OnSync()2476 historyUnSubmittedOccludedDirtyRegion_ = dirtyManager_->GetCurrentFrameDirtyRegion().JoinRect( in UpdateHistoryUnsubmittedDirtyInfo()2513 !dirtyManager_->GetCurrentFrameDirtyRegion().IsEmpty(); in IsCurFrameStatic()2539 if (!dirtyManager_->GetCurrentFrameDirtyRegion().IsEmpty()) { in IsVisibleDirtyEmpty()2544 Occlusion::Rect currentFrameDirty(dirtyManager_->GetCurrentFrameDirtyRegion()); in IsVisibleDirtyEmpty()
179 dirtyManager_->GetCurrentFrameDirtyRegion().ToString().c_str()); in OnSync()
2032 auto dirtyRegion = dirtyManager.GetCurrentFrameDirtyRegion(); in UpdateFilterCacheWithBelowDirty()
359 const RectI& currentFrameDirty = syncDirtyManager_->GetCurrentFrameDirtyRegion(); in OnDraw()
574 const RectI& dirtyRegion = GetSyncDirtyManager()->GetCurrentFrameDirtyRegion(); in OnDraw()
735 EXPECT_FALSE(visitor.curDirtyManager_->GetCurrentFrameDirtyRegion().IsEmpty());