Home
last modified time | relevance | path

Searched refs:nestedSurface (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.cpp2497 for (auto& nestedSurface: nestedSurfaceNodes) { in IsUIFirstSelfDrawCheck() local
2498 if (nestedSurface && !nestedSurface->IsUIFirstSelfDrawCheck()) { in IsUIFirstSelfDrawCheck()
2525 for (auto& nestedSurface: nestedSurfaceNodes) { in IsCurFrameStatic() local
2526 if (nestedSurface && !nestedSurface->IsCurFrameStatic(deviceType)) { in IsCurFrameStatic()
2567 for (auto& nestedSurface: nestedSurfaceNodes) { in IsVisibleDirtyEmpty() local
2568 if (nestedSurface && !nestedSurface->IsVisibleDirtyEmpty(deviceType)) { in IsVisibleDirtyEmpty()
2595 for (auto& nestedSurface : nestedSurfaceNodes) { in UpdateCacheSurfaceDirtyManager() local
2596 if (nestedSurface) { in UpdateCacheSurfaceDirtyManager()
2597 nestedSurface->UpdateCacheSurfaceDirtyManager(bufferAge); in UpdateCacheSurfaceDirtyManager()