Home
last modified time | relevance | path

Searched refs:SetCurrentWindow (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp993 static void SetCurrentWindow(ImGuiWindow* window);
2604 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function
4920 SetCurrentWindow(window); in Begin()
5031 SetCurrentWindow(window); in Begin()
5529 SetCurrentWindow(g.CurrentWindowStack.empty() ? NULL : g.CurrentWindowStack.back()); in End()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp888 static void SetCurrentWindow(ImGuiWindow* window);
3040 static void SetCurrentWindow(ImGuiWindow* window) in SetCurrentWindow() function
5829 // We intentionally set g.CurrentWindow to NULL to prevent usage until when the viewport is set, then will call SetCurrentWindow() in Begin()
5961 SetCurrentWindow(window); in Begin()
6364 SetCurrentWindow(window); in Begin()
6454 SetCurrentWindow(g.CurrentWindowStack.Size == 0 ? NULL : g.CurrentWindowStack.back().Window); in End()

Completed in 39 milliseconds