Home
last modified time | relevance | path

Searched refs:CheckVisibleDirtyRegionIsEmpty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp315 ASSERT_FALSE(uifirstManager_.CheckVisibleDirtyRegionIsEmpty(surfaceNode));
333 ASSERT_FALSE(uifirstManager_.CheckVisibleDirtyRegionIsEmpty(surfaceNode));
349 bool res = uifirstManager_.CheckVisibleDirtyRegionIsEmpty(node);
357 res = uifirstManager_.CheckVisibleDirtyRegionIsEmpty(node);
365 res = uifirstManager_.CheckVisibleDirtyRegionIsEmpty(node);
370 res = uifirstManager_.CheckVisibleDirtyRegionIsEmpty(node);
374 res = uifirstManager_.CheckVisibleDirtyRegionIsEmpty(node);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h184 bool CheckVisibleDirtyRegionIsEmpty(const std::shared_ptr<RSSurfaceRenderNode>& node);
H A Drs_uifirst_manager.cpp360 bool RSUifirstManager::CheckVisibleDirtyRegionIsEmpty(const std::shared_ptr<RSSurfaceRenderNode>& n… in CheckVisibleDirtyRegionIsEmpty() function in OHOS::Rosen::RSUifirstManager
420 … if (drawable->HasCachedTexture() && (staticContent || CheckVisibleDirtyRegionIsEmpty(node)) && in DoPurgePendingPostNodes()