/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/ |
H A D | cube.h | 43 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 D | safe_area_manager.h | 300 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 D | ui_task_scheduler.h | 180 if (nodeLeft->GetDepth() != nodeRight->GetDepth()) { in operator ()() 181 return nodeLeft->GetDepth() < nodeRight->GetDepth(); in operator ()()
|
H A D | pipeline_context.h | 1070 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 D | list_item_element.cpp | 144 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 D | list_item_group_element.cpp | 234 LOGE("[ListItemGroup]HandleOnBlur, Get RenderListItem failed, Dep:%{public}d.", GetDepth()); in HandleOnBlur()
|
/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 42 virtual int32_t GetDepth() const in GetDepth() function in OHOS::OHOS::Ace::PageNodeInfoWrap
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | dump_log.cpp | 159 int32_t depth = GetDepth() + DumpLog::END_POS_TWO; in PrintEndDumpInfoNG() 175 int32_t lastDepth = GetDepth(); in GetPrefix()
|
H A D | dump_log.h | 111 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::DumpLog
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.cpp | 340 if (node4Index->GetDepth() != GetDepth() + 1) { in GetFrameChildByIndex() 341 node4Index->SetDepth(GetDepth() + 1); in GetFrameChildByIndex()
|
H A D | lazy_for_each_node.cpp | 334 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 D | webgl_texture.h | 86 GLsizei GetDepth(GLenum target, GLint level) const;
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 863 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 D | drag_drop_manager.cpp | 460 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 D | ui_node.cpp | 404 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 D | ui_node.h | 234 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::NG::NodeStatus::RootNodeType::UINode
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 52 int32_t GetDepth() const override
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_element_register.cpp | 213 auto depOfNode = uiNode->GetDepth(); in GetAttachedFrameNodeById()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element.h | 96 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::Element
|
H A D | element_register.cpp | 239 auto depOfNode = uiNode->GetDepth(); in GetAttachedFrameNodeById()
|
H A D | element.cpp | 271 SetDepth(parent != nullptr ? parent->GetDepth() + 1 : 1); in Mount()
|
H A D | render_node.h | 376 int32_t GetDepth() const in GetDepth() function in OHOS::Ace::RenderNode
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 146 return host->GetDepth(); in GetHostDepth()
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | drag_drop_manager_test_ng.cpp | 1618 * @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 D | webgl_texture.cpp | 396 GLsizei WebGLTexture::GetDepth(GLenum target, GLint level) const in GetDepth() function in OHOS::Rosen::WebGLTexture
|