Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp89 if (!surfaceChild) { in SetUifirstNodeEnableParam()
92 if (surfaceChild->IsMainWindowType()) { in SetUifirstNodeEnableParam()
247 if (surfaceChild && surfaceChild->IsMainWindowType()) { in NotifyUIStartingWindow()
248 surfaceChild->SetWaitUifirstFirstFrame(wait); in NotifyUIStartingWindow()
251 surfaceChild->GetId(), wait); in NotifyUIStartingWindow()
842 if (!surfaceChild) { in IsInLeashWindowTree()
920 if (surfaceChild && surfaceChild->IsMainWindowType() && canvasNodeNum == 0) { in LeashWindowContainMainWindowAndStarting()
1121 if (!surfaceChild) { in CheckIfAppWindowHasAnimation()
1124 if (surfaceChild->IsAppWindow()) { in CheckIfAppWindowHasAnimation()
1355 if (!surfaceChild) { in UpdateChildrenDirtyRect()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1603 if (auto surfaceChild = RSBaseRenderNode::ReinterpretCast<RSSurfaceRenderNode>(child)) { in SetVisibleRegionRecursive() local
1604surfaceChild->SetVisibleRegionRecursive(region, visibleVec, visMapForVsyncRate, needSetVisibleRegi… in SetVisibleRegionRecursive()
H A Drs_render_node.cpp1061 auto surfaceChild = child->ReinterpretCastTo<RSSurfaceRenderNode>(); in IsUifirstArkTsCardNode() local
1062 if (!surfaceChild) { in IsUifirstArkTsCardNode()
1065 if (surfaceChild->GetLastFrameUifirstFlag() == MultiThreadCacheType::ARKTS_CARD) { in IsUifirstArkTsCardNode()