Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_uni_render_visitor_test.cpp1028 auto surfaceNodeAppIntersect = RSTestUtil::CreateSurfaceNode(); variable
1029 ASSERT_NE(surfaceNodeAppIntersect, nullptr);
1030 surfaceNodeAppIntersect->nodeType_ = RSSurfaceNodeType::APP_WINDOW_NODE;
1031 ASSERT_NE(surfaceNodeAppIntersect->GetDirtyManager(), nullptr);
1032 surfaceNodeAppIntersect->GetDirtyManager()->dirtyRegion_ =
1034 surfaceNodeAppIntersect->visibleRegion_ =
1036 node->curAllSurfaces_.push_back(surfaceNodeAppIntersect);
1037 dRect = surfaceNodeAppIntersect->GetDirtyManager()->GetDirtyRegion();