Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h57 …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 Drs_command.h37 DISPLAY_NODE, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.h28 static inline constexpr RSUINodeType Type = RSUINodeType::DISPLAY_NODE;
H A Drs_node.cpp77 {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 Drs_common_def.h52 DISPLAY_NODE = 0x0011u, enumerator
74 DISPLAY_NODE = 0x0011u, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h66 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 Drs_display_render_node_drawable.h187 using Registrar = RenderNodeDrawableRegistrar<RSRenderNodeType::DISPLAY_NODE, OnGenerate>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.h144 if (parent->GetType() == RSRenderNodeType::DISPLAY_NODE) { in TraverseParentNodeAndReduce()
H A Drs_uifirst_manager.cpp197 if (node->GetType() == RSRenderNodeType::DISPLAY_NODE) { in RenderGroupUpdate()
H A Drs_uni_render_visitor.cpp2618 while (parent && parent->GetType() != RSRenderNodeType::DISPLAY_NODE) { in UpdateHwcNodeRectInSkippedSubTree()
3125 if (nodeParent->GetType() == RSRenderNodeType::DISPLAY_NODE) { in FindInstanceChildOfDisplay()
H A Drs_render_service_connection.cpp962 if ((node->GetType() == RSRenderNodeType::DISPLAY_NODE && !displayCaptureHasPermission) || in TakeSurfaceCapture()
H A Drs_uni_render_util.cpp1796 while (parent && parent->GetType() != RSRenderNodeType::DISPLAY_NODE) { in AccumulateMatrixAndAlpha()
H A Drs_main_thread.cpp1623 if (child->GetType() != RSRenderNodeType::DISPLAY_NODE) { in CheckIfHardwareForcedDisabled()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp297 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 Drs_display_node_test.cpp115 ASSERT_TRUE(displayNode->GetType() == RSUINodeType::DISPLAY_NODE);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp112 } else if (node.GetType() == RSRenderNodeType::DISPLAY_NODE) { in DumpNodeSubClassNode()
H A Drs_profiler_base.cpp648 } else if (nodeType == RSRenderNodeType::DISPLAY_NODE) { in UnmarshalNode()
H A Drs_profiler.cpp1047 } else if (nodeType == RSRenderNodeType::DISPLAY_NODE) { in GetRoot()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp137 case RSRenderNodeType::DISPLAY_NODE: in InitRenderParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene_layout_manager.cpp633 case Rosen::RSUINodeType::DISPLAY_NODE: { in DumpRSNodeType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp776 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 Drosen_render_context.cpp2062 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 Drs_render_node_test.cpp1361 nodeTest->DumpNodeType(RSRenderNodeType::DISPLAY_NODE, outTest1);