Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2435 … const auto& childNodeSurface = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(childNode); in LeashWindowRelatedAppWindowOccluded() local
2436 if (childNodeSurface && childNodeSurface->GetVisibleRegion().IsEmpty()) { in LeashWindowRelatedAppWindowOccluded()
2437 appNodes.emplace_back(childNodeSurface); in LeashWindowRelatedAppWindowOccluded()
2452 … if (auto childNodeSurface = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(childNode)) { in GetLeashWindowNestedSurfaces() local
2453 res.emplace_back(childNodeSurface); in GetLeashWindowNestedSurfaces()