Searched refs:SetCurrentWindow (Results 1 – 3 of 3) sorted by relevance
989 static void SetCurrentWindow(ImGuiWindow* window);2547 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function4796 SetCurrentWindow(window); in Begin()4907 SetCurrentWindow(window); in Begin()5403 SetCurrentWindow(g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back()); in End()
993 static void SetCurrentWindow(ImGuiWindow* window);2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function4920 SetCurrentWindow(window); in Begin()5031 SetCurrentWindow(window); in Begin()5529 SetCurrentWindow(g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back()); in End()
888 static void SetCurrentWindow(ImGuiWindow* window);3040 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function5961 SetCurrentWindow(window); in Begin()6364 SetCurrentWindow(window); in Begin()6454 SetCurrentWindow(g.CurrentWindowStack.Size == 0 ? NULL : g.CurrentWindowStack.back().Window); in End()