Searched refs:ChildWindows (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3642 int count = window->DC.ChildWindows.Size;
3644 ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer);
3647 ImGuiWindow* child = window->DC.ChildWindows[i];
3692 for (int i = 0; i < window->DC.ChildWindows.Size; i++)
3694 ImGuiWindow* child = window->DC.ChildWindows[i];
3837 // This usually assert if there is a mismatch between the ImGuiWindowFlags_ChildWindow / ParentWindow values and DC.ChildWindows[] in parents, aka we've done something wrong.
5120 window->BeginOrderWithinParent = (short)parent_window->DC.ChildWindows.Size;
5121 parent_window->DC.ChildWindows.push_back(window);
5331 window->DC.ChildWindows.resize(0);
9403 if (window->DC.ChildWindows
[all...]
H A Dimgui_internal.h1075 ImVector<ImGuiWindow*> ChildWindows; member in struct:ImGuiWindowTempData
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3642 int count = window->DC.ChildWindows.Size;
3644 ImQsort(window->DC.ChildWindows.begin(), (size_t)count, sizeof(ImGuiWindow*), ChildWindowComparer);
3647 ImGuiWindow* child = window->DC.ChildWindows[i];
3692 for (int i = 0; i < window->DC.ChildWindows.Size; i++)
3694 ImGuiWindow* child = window->DC.ChildWindows[i];
3837 // This usually assert if there is a mismatch between the ImGuiWindowFlags_ChildWindow / ParentWindow values and DC.ChildWindows[] in parents, aka we've done something wrong.
5120 window->BeginOrderWithinParent = (short)parent_window->DC.ChildWindows.Size;
5121 parent_window->DC.ChildWindows.push_back(window);
5331 window->DC.ChildWindows.resize(0);
9403 if (window->DC.ChildWindows
[all...]
H A Dimgui_internal.h1075 ImVector<ImGuiWindow*> ChildWindows; member in struct:ImGuiWindowTempData

Completed in 42 milliseconds