Searched defs:node_open (Results 1 – 2 of 2) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_demo.cpp | 588 … bool node_open = ImGui::TreeNodeEx((void*)(intptr_t)i, node_flags, "Selectable Node %d", i); in ShowDemoWindowWidgets() local 1887 …bool node_open = ImGui::TreeNode("Node##2"); // Common mistake to avoid: if we want to SameLine a… in ShowDemoWindowLayout() local 2388 bool node_open = ImGui::TreeNode("Tree within single cell"); in ShowDemoWindowColumns() local 3582 bool node_open = ImGui::TreeNode("Object", "%s_%u", prefix, uid); in ShowExampleAppPropertyEditor() local
|
| D | imgui.cpp | 9142 …bool node_open = ImGui::TreeNode(draw_list, "%s: '%s' %d vtx, %d indices, %d cmds", label, draw_li… in ShowMetricsWindow() local
|