/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_type.h | 25 using NodeId = int32_t; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 114 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations, in CreateInteractiveAnimator() 138 InteractiveImplictAnimatorId targetId, std::vector<std::pair<NodeId, AnimationId>> animations) in InteractiveAnimatorAddAnimations()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_interactive_implict_animator.cpp | 25 void RSRenderInteractiveImplictAnimator::AddAnimations(std::vector<std::pair<NodeId, AnimationId>> … in AddAnimations()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list.h | 38 using NodeId = uint64_t; variable
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | message_types.h | 13 typedef uint8_t NodeId; typedef
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_point_light_manager.cpp | 93 void RSPointLightManager::PrepareLight(std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& map, in PrepareLight()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_command_test.cpp | 330 auto func = [] (NodeId, pid_t, uint32_t) {}; in __anond2ecdb680102() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_display_manager.cpp | 119 [id](const std::pair<std::string, std::pair<NodeId, RCDLayerType>>& p) { in RemoveRCDLayerInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_data.cpp | 318 const std::unordered_map<NodeId, std::set<std::pair<uint16_t, uint16_t>>>& commandTypeMap) const in PrintCommandMapDesc() argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 289 void RSDirtyRegionManager::GetDirtyRegionInfo(std::map<NodeId, RectI>& target, in GetDirtyRegionInfo()
|
H A D | rs_render_node_map.cpp | 213 …std::shared_ptr<std::unordered_map<NodeId, std::shared_ptr<RSBaseRenderNode>>> subRenderNodeMap, p… in MoveRenderNodeMap()
|
H A D | rs_display_render_node.cpp | 472 …[currentSurface](const std::pair<NodeId, RectI>& surface) { return surface.first == currentSurface… in GetDisappearedSurfaceRegionBelowCurrent()
|
H A D | rs_surface_render_node.cpp | 470 std::vector<std::pair<NodeId, RSSurfaceRenderNode::WeakPtr>>& allSubSurfaceNodes) const in GetAllSubSurfaceNodes() 1573 … std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in SetVisibleRegionRecursive() 1731 std::unordered_map<NodeId, std::unordered_set<NodeId>>& allRects) in ResetDrawingCacheStatusIfNodeStatic() 2293 const std::unordered_map<NodeId, std::weak_ptr<RSRenderNode>>& activeNodeIds) in UpdateSurfaceCacheContentStatic()
|
H A D | rs_render_node.cpp | 3344 void RSRenderNode::GetFilterRectsInCache(std::unordered_map<NodeId, std::unordered_set<NodeId>>& al… in GetFilterRectsInCache()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 369 const RSContext& context, std::map<std::string, std::tuple<NodeId, std::string>>& list) in GetSurfacesTrees() 388 void RSProfiler::GetSurfacesTrees(const RSContext& context, pid_t pid, std::map<NodeId, std::string… in GetSurfacesTrees() 906 …const RSRenderNode& node, std::unordered_set<NodeId>& nodeSet, std::unordered_map<NodeId, int>& ma… in PerfTreeFlatten()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 410 std::vector<std::pair<NodeId, std::string>>& nodeTags) in DumpAllGpuInfo() 425 std::vector<std::pair<NodeId, std::string>>& nodeTags) in DumpDrawingGpuMemory()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uifirst_manager.cpp | 395 void RSUifirstManager::DoPurgePendingPostNodes(std::unordered_map<NodeId, in DoPurgePendingPostNodes() 742 std::unordered_map<NodeId, std::shared_ptr<RSSurfaceRenderNode>>& pendingNode) in SetNodePriorty()
|
H A D | rs_uni_render_thread.cpp | 861 void RSUniRenderThread::ResetClearMemoryTask(const std::unordered_map<NodeId, bool>&& ids, bool isD… in ResetClearMemoryTask()
|
H A D | rs_main_thread.cpp | 2329 VisibleData& dstCurVisVec, std::map<NodeId, RSVisibleLevel>& dstVisMapForVsyncRate) in CalcOcclusionImplementation() 2481 bool RSMainThread::CheckSurfaceVisChanged(std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in CheckSurfaceVisChanged() 2514 void RSMainThread::SetVSyncRateByVisibleLevel(std::map<NodeId, RSVisibleLevel>& visMapForVsyncRate, in SetVSyncRateByVisibleLevel()
|
H A D | rs_uni_render_visitor.cpp | 2785 const std::vector<std::pair<NodeId, RectI>>& cleanFilter, RSSurfaceRenderNode& hwcNodePtr) in UpdateHwcNodeEnableByGlobalCleanFilter() 2815 std::vector<std::pair<NodeId, std::weak_ptr<RSSurfaceRenderNode>>>& subSurfaceNodes) in ResetSubSurfaceNodesCalState()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_modify_test.cpp | 75 using NodeId = int32_t; typedef
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 34 using NodeId = uint64_t; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 53 using NodeId = int32_t; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 3887 …const std::list<RefPtr<FrameNode>>& frameChildren, std::unordered_map<Rosen::NodeId, bool>& nodeId…
|