/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_display_node_command.h | 57 …ARG(DISPLAY_NODE, DISPLAY_NODE_CREATE, DisplayNodeCommandHelper::Create, NodeId, RSDisplayNodeConf… 59 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ID, DisplayNodeCommandHelper::SetScreenId, NodeId, uint6… 61 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_DISPLAY_OFFSET, DisplayNodeCommandHelper::SetDisplayOffset, Nod… 64 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SECURITY_DISPLAY, DisplayNodeCommandHelper::SetSecurityDisplay,… 66 … ARG(DISPLAY_NODE, DISPLAY_NODE_SET_DISPLAY_MODE, DisplayNodeCommandHelper::SetDisplayMode, NodeId, 69 …ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ROTATION, DisplayNodeCommandHelper::SetScreenRotation, N… 72 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_BOOT_ANIMATION, DisplayNodeCommandHelper::SetBootAnimation, 75 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_ROG_SIZE, DisplayNodeCommandHelper::SetRogSize, 78 …ARG(DISPLAY_NODE, DISPLAY_NODE_ADD_TO_TREE, DisplayNodeCommandHelper::AddDisplayNodeToTree, NodeId… 80 …ARG(DISPLAY_NODE, DISPLAY_NODE_REMOVE_FROM_TREE, DisplayNodeCommandHelper::RemoveDisplayNodeFromTr… [all …]
|
H A D | rs_command.h | 37 DISPLAY_NODE, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_display_node.h | 28 static inline constexpr RSUINodeType Type = RSUINodeType::DISPLAY_NODE;
|
H A D | rs_node.cpp | 77 {RSUINodeType::DISPLAY_NODE, "DisplayNode"}, 2559 if (child->GetType() == RSUINodeType::DISPLAY_NODE) { in AddChild()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 52 DISPLAY_NODE = 0x0011u, enumerator 74 DISPLAY_NODE = 0x0011u, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 66 static inline constexpr RSRenderNodeType Type = RSRenderNodeType::DISPLAY_NODE; 154 return RSRenderNodeType::DISPLAY_NODE; in GetType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.h | 187 using Registrar = RenderNodeDrawableRegistrar<RSRenderNodeType::DISPLAY_NODE, OnGenerate>;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.h | 144 if (parent->GetType() == RSRenderNodeType::DISPLAY_NODE) { in TraverseParentNodeAndReduce()
|
H A D | rs_uifirst_manager.cpp | 197 if (node->GetType() == RSRenderNodeType::DISPLAY_NODE) { in RenderGroupUpdate()
|
H A D | rs_uni_render_visitor.cpp | 2618 while (parent && parent->GetType() != RSRenderNodeType::DISPLAY_NODE) { in UpdateHwcNodeRectInSkippedSubTree() 3125 if (nodeParent->GetType() == RSRenderNodeType::DISPLAY_NODE) { in FindInstanceChildOfDisplay()
|
H A D | rs_render_service_connection.cpp | 962 if ((node->GetType() == RSRenderNodeType::DISPLAY_NODE && !displayCaptureHasPermission) || in TakeSurfaceCapture()
|
H A D | rs_uni_render_util.cpp | 1796 while (parent && parent->GetType() != RSRenderNodeType::DISPLAY_NODE) { in AccumulateMatrixAndAlpha()
|
H A D | rs_main_thread.cpp | 1623 if (child->GetType() != RSRenderNodeType::DISPLAY_NODE) { in CheckIfHardwareForcedDisabled()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_data.cpp | 297 if (command->GetType() != RSCommandType::DISPLAY_NODE) { in IsCallingPidValid()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_display_node_test.cpp | 115 ASSERT_TRUE(displayNode->GetType() == RSUINodeType::DISPLAY_NODE);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 112 } else if (node.GetType() == RSRenderNodeType::DISPLAY_NODE) { in DumpNodeSubClassNode()
|
H A D | rs_profiler_base.cpp | 648 } else if (nodeType == RSRenderNodeType::DISPLAY_NODE) { in UnmarshalNode()
|
H A D | rs_profiler.cpp | 1047 } else if (nodeType == RSRenderNodeType::DISPLAY_NODE) { in GetRoot()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_render_node_drawable_adapter.cpp | 137 case RSRenderNodeType::DISPLAY_NODE: in InitRenderParams()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 633 case Rosen::RSUINodeType::DISPLAY_NODE: { in DumpRSNodeType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 776 case RSRenderNodeType::DISPLAY_NODE: { in DumpNodeType() 842 } else if (GetType() == RSRenderNodeType::DISPLAY_NODE) { in DumpSubClassNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 2062 if (rsNode_->GetType() == RSUINodeType::DISPLAY_NODE && degree != 0) { in GetRevertMatrix() 2100 if (rsNode_->GetType() == RSUINodeType::DISPLAY_NODE && degree != 0) { in GetMatrix() 2142 if (rsNode_->GetType() == RSUINodeType::DISPLAY_NODE && degree != 0) { in GetMatrixWithTransformRotate() 2223 if (rsNode_->GetType() == RSUINodeType::DISPLAY_NODE && degree != 0) { in GetPointWithTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 1361 nodeTest->DumpNodeType(RSRenderNodeType::DISPLAY_NODE, outTest1);
|