Home
last modified time | relevance | path

Searched refs:GetDepth (Results 1 - 25 of 41) sorted by relevance

12

/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcube.h43 float GetDepth() const in GetDepth() function in OHOS::Render3D::Cube
54 && GetDepth() == m.GetDepth();
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.h300 if (ptrA->GetDepth() < ptrB->GetDepth()) { in operator ()()
303 if (ptrA->GetDepth() == ptrB->GetDepth()) { in operator ()()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h180 if (nodeLeft->GetDepth() != nodeRight->GetDepth()) { in operator ()()
181 return nodeLeft->GetDepth() < nodeRight->GetDepth(); in operator ()()
H A Dpipeline_context.h1070 if (nodeLeft->GetDepth() < nodeRight->GetDepth()) { in operator ()()
1073 if (nodeLeft->GetDepth() == nodeRight->GetDepth()) { in operator ()()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_element.cpp144 LOGE("[ListFocus]HandleOnClick, Get RenderListItem failed, Dep:%{public}d.", GetDepth()); in HandleOnClick()
155 LOGE("[ListFocus]HandleOnBlur, Get RenderListItem failed, Dep:%{public}d.", GetDepth()); in HandleOnBlur()
H A Dlist_item_group_element.cpp234 LOGE("[ListItemGroup]HandleOnBlur, Get RenderListItem failed, Dep:%{public}d.", GetDepth()); in HandleOnBlur()
/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h42 virtual int32_t GetDepth() const in GetDepth() function in OHOS::OHOS::Ace::PageNodeInfoWrap
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.cpp159 int32_t depth = GetDepth() + DumpLog::END_POS_TWO; in PrintEndDumpInfoNG()
175 int32_t lastDepth = GetDepth(); in GetPrefix()
H A Ddump_log.h111 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::DumpLog
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp340 if (node4Index->GetDepth() != GetDepth() + 1) { in GetFrameChildByIndex()
341 node4Index->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
H A Dlazy_for_each_node.cpp334 if (child.second->GetDepth() != GetDepth() + 1) { in GetFrameChildByIndex()
335 child.second->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h86 GLsizei GetDepth(GLenum target, GLint level) const;
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h863 if (nodeLeft->GetDepth() < nodeRight->GetDepth()) { in operator ()()
866 if (nodeLeft->GetDepth() == nodeRight->GetDepth()) { in operator ()()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp460 while (parent && parent->GetDepth() != 1) { in CheckParentVisible()
476 if (!frameNode || !frameNode->IsActive() || !frameNode->IsVisible() || frameNode->GetDepth() < 0) { in FindHitFrameNodes()
581 static_cast<float>(point.GetY()), preTargetFrameNode_->GetTag().c_str(), preTargetFrameNode_->GetDepth(), in PrintDragFrameNode()
582 preTargetFrameNode_->GetInspectorId()->c_str(), dragFrameNode->GetTag().c_str(), dragFrameNode->GetDepth(), in PrintDragFrameNode()
590 static_cast<float>(point.GetY()), dragFrameNode->GetTag().c_str(), dragFrameNode->GetDepth(), in PrintDragFrameNode()
607 preGridTargetFrameNode_->GetDepth(), preGridTargetFrameNode_->GetInspectorId()->c_str(), in PrintGridDragFrameNode()
608 dragFrameNode->GetTag().c_str(), dragFrameNode->GetDepth(), dragFrameNode->GetInspectorId()->c_str()); in PrintGridDragFrameNode()
613 container->GetWindowId(), globalX, globalY, dragFrameNode->GetTag().c_str(), dragFrameNode->GetDepth(), in PrintGridDragFrameNode()
654 static_cast<float>(point.GetY()), preTargetFrameNode_->GetTag().c_str(), preTargetFrameNode_->GetDepth(), in OnDragMoveOut()
749 preTargetFrameNode_->GetDepth(), preTargetFrameNode in OnDragMove()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp404 return ss << node->GetId() << "(" << node->GetTag() << "," << node->GetDepth() in operator <<()
456 if ((child->GetDepth() > 0 && child->GetDepth() < INT32_MAX) || child == current) { in DetectLoop()
485 child->SetDepth(GetDepth() + 1); in DoAddChild()
922 children->Put("Depth", GetDepth()); in DumpTree()
937 DumpLog::GetInstance().AddDesc(std::string("Depth: ").append(std::to_string(GetDepth()))); in DumpTree()
1002 children->Put("Depth", GetDepth()); in DumpTreeById()
1013 DumpLog::GetInstance().AddDesc(std::string("Depth: ").append(std::to_string(GetDepth()))); in DumpTreeById()
H A Dui_node.h234 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h52 int32_t GetDepth() const override
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp213 auto depOfNode = uiNode->GetDepth(); in GetAttachedFrameNodeById()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h96 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::Element
H A Delement_register.cpp239 auto depOfNode = uiNode->GetDepth(); in GetAttachedFrameNodeById()
H A Delement.cpp271 SetDepth(parent != nullptr ? parent->GetDepth() + 1 : 1); in Mount()
H A Drender_node.h376 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::RenderNode
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp146 return host->GetDepth(); in GetHostDepth()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1618 * @tc.expected: parent->GetDepth() returns a value that is not equal to 1. in HWTEST_F()
1622 EXPECT_NE(parent->GetDepth(), 1); in HWTEST_F()
1652 EXPECT_NE(parent->GetDepth(), 1); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp396 GLsizei WebGLTexture::GetDepth(GLenum target, GLint level) const in GetDepth() function in OHOS::Rosen::WebGLTexture

Completed in 26 milliseconds

12