Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp135 if (!surfaceParams.IsMainWindowType()) { in CalculateVisibleDirtyRegion()
439 if (surfaceParams->IsMainWindowType()) { in OnDraw()
481 if (surfaceParams->IsMainWindowType()) { in OnDraw()
504 auto isMainWindowType = surfaceParams->IsMainWindowType(); in MergeDirtyRegionBelowCurSurface()
601 if (uniParam->IsOcclusionEnabled() && surfaceParams->IsMainWindowType() && in OnCapture()
H A Drs_display_render_node_drawable.cpp518 if (surfaceParams->IsMainWindowType()) { in CheckAndUpdateFilterCacheOcclusion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp379 EXPECT_TRUE(!renderNode->IsMainWindowType());
383 EXPECT_TRUE(renderNode->IsMainWindowType());
388 EXPECT_TRUE(renderNode->IsMainWindowType());
394 EXPECT_TRUE(renderNode->IsMainWindowType());
398 EXPECT_TRUE(renderNode->IsMainWindowType());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp393 if (node.IsMainWindowType() || node.IsLeashWindow()) { in ResetCurSurfaceInfoAsUpperSurfaceParent()
442 if (!node.IsMainWindowType()) { in UpdateSurfaceRenderNodeRotate()
462 if (surfaceNode.IsMainWindowType()) { in IsSubTreeOccluded()
875 if (!node.IsMainWindowType()) { in CollectOcclusionInfoForWMS()
907 if (surfaceNode.IsMainWindowType()) { in SurfaceOcclusionCallbackToWMS()
1079 return surfaceNode.IsMainWindowType(); in IsLeashAndHasMainSubNode()
1205 if (node.IsMainWindowType() || node.IsLeashWindow()) { in BeforeUpdateSurfaceDirtyCalc()
1271 if (node.IsMainWindowType() || node.IsLeashWindow()) { in AfterUpdateSurfaceDirtyCalc()
1276 if (node.IsMainWindowType()) { in AfterUpdateSurfaceDirtyCalc()
2124 if (surfaceNode.IsMainWindowType() && !visibleRegion.IsIntersectWith(dirtyRect)) { in CheckMergeDisplayDirtyByTransparent()
[all …]
H A Drs_uifirst_manager.cpp92 if (surfaceChild->IsMainWindowType()) { in SetUifirstNodeEnableParam()
247 if (surfaceChild && surfaceChild->IsMainWindowType()) { in NotifyUIStartingWindow()
920 if (surfaceChild && surfaceChild->IsMainWindowType() && canvasNodeNum == 0) { in LeashWindowContainMainWindowAndStarting()
1358 if (surfaceChild->IsMainWindowType()) { in UpdateChildrenDirtyRect()
H A Drs_uni_render_util.cpp216 if (!surfaceParams->IsMainWindowType()) { in SetAllSurfaceDrawableGlobalDityRegion()
234 if (!surfaceParams->IsMainWindowType()) { in SetAllSurfaceDrawableGlobalDityRegion()
H A Drs_main_thread.cpp3830 if (childSurfaceNode && childSurfaceNode->IsMainWindowType() && in IsOcclusionNodesNeedSync()
3836 } else if (nodePtr->IsMainWindowType() && nodePtr->GetVisibleRegion().IsEmpty()) { in IsOcclusionNodesNeedSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp428 if (!IsMainWindowType() || !RSUniRenderJudgement::IsUniRender()) { in OnSubSurfaceChanged()
436 if (!parentSurfaceNode || !parentSurfaceNode->IsMainWindowType()) { in OnSubSurfaceChanged()
2079 …if (IsMainWindowType() || IsLeashWindow() || GetLastFrameUifirstFlag() != MultiThreadCacheType::NO… in OnSync()
2491 if (IsMainWindowType()) { in IsUIFirstSelfDrawCheck()
2517 if (IsMainWindowType()) { in IsCurFrameStatic()
2551 if (IsMainWindowType()) { in IsVisibleDirtyEmpty()
2783 if (IsMainWindowType()) { in UpdatePartialRenderParams()
2831 surfaceParams->SetWindowInfo(IsMainWindowType(), IsLeashWindow(), IsAppWindow()); in UpdateRenderParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp519 if (IsMainWindowType()) { in IsVisibleDirtyRegionEmpty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h73 inline bool IsMainWindowType() const in IsMainWindowType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp349 if (surfaceParams && surfaceParams->IsMainWindowType()) { in DrawAllSurfaceOpaqueRegionForDFX()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h284 bool IsMainWindowType() const in IsMainWindowType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp143 ASSERT_TRUE(surfaceParams->IsMainWindowType());