Home
last modified time | relevance | path

Searched refs:appWindowNode (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_uni_render_visitor_test.cpp788 auto appWindowNode = RSTestUtil::CreateSurfaceNode(); variable
789 ASSERT_NE(appWindowNode, nullptr);
790 appWindowNode->SetSurfaceNodeType(RSSurfaceNodeType::APP_WINDOW_NODE);
791 appWindowNode->SetColorSpace(GraphicColorGamut::GRAPHIC_COLOR_GAMUT_DISPLAY_P3);
795 rsUniRenderVisitor->CheckColorSpace(*appWindowNode);
796 ASSERT_EQ(rsUniRenderVisitor->newColorSpace_, appWindowNode->GetColorSpace());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2544 …auto appWindowNode = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(nodeMap.GetRenderNode(… in MarkBlurIntersectWithDRM() local
2545 if (appWindowNode == nullptr) { in MarkBlurIntersectWithDRM()
2549 if (appWindowNode->GetName().find(win) == std::string::npos) { in MarkBlurIntersectWithDRM()
H A Drs_main_thread.cpp2581 auto appWindowNode = in SurfaceOcclusionCallback() local
2583 if (!surfaceNode || !appWindowNode) { in SurfaceOcclusionCallback()
2587 savedAppWindowNode_[listener.first] = std::make_pair(surfaceNode, appWindowNode); in SurfaceOcclusionCallback()