Home
last modified time | relevance | path

Searched refs:DebugNodeWindowsList (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.cpp11408 DebugNodeWindowsList(&g.Windows, "Windows"); in ShowMetricsWindow()
12012 …if (window->DC.ChildWindows.Size > 0) { DebugNodeWindowsList(&window->DC.ChildWindows, "ChildWin… in DebugNodeWindow()
12029 void ImGui::DebugNodeWindowsList(ImVector<ImGuiWindow*>* windows, const char* label) in DebugNodeWindowsList() function in ImGui
12235 void ImGui::DebugNodeWindowsList(ImVector<ImGuiWindow*>*, const char*) {} in DebugNodeWindowsList() function in ImGui
Dimgui_internal.h2753 … IMGUI_API void DebugNodeWindowsList(ImVector<ImGuiWindow*>* windows, const char* label);