Searched defs:parent_window (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp4324 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::BeginChildEx
4403 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::EndChild
4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) argument
4901 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWi local in function:ImGui::Begin
6759 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::OpenPopupEx
7085 ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2]; local in function:ImGui::FindBestWindowPosForPopup
7423 ImGuiWindow* parent_window = nav_window; local in function:ImGui::NavSaveLastChildNavWindow
7677 ImGuiWindow* parent_window = g.NavWindow->ParentWindow; local in function:ImGui::NavUpdate
[all...]
H A Dimgui_widgets.cpp5187 ImGuiWindow* parent_window = GetCurrentWindow()->ParentWindow; local in function:ImGui::ListBoxFooter
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp4324 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::BeginChildEx
4403 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::EndChild
4844 void ImGui::UpdateWindowParentAndRootLinks(ImGuiWindow* window, ImGuiWindowFlags flags, ImGuiWindow* parent_window) argument
4901 ImGuiWindow* parent_window = first_begin_of_the_frame ? ((flags & (ImGuiWindowFlags_ChildWi local in function:ImGui::Begin
6759 ImGuiWindow* parent_window = g.CurrentWindow; local in function:ImGui::OpenPopupEx
7085 ImGuiWindow* parent_window = g.CurrentWindowStack[g.CurrentWindowStack.Size - 2]; local in function:ImGui::FindBestWindowPosForPopup
7423 ImGuiWindow* parent_window = nav_window; local in function:ImGui::NavSaveLastChildNavWindow
7677 ImGuiWindow* parent_window = g.NavWindow->ParentWindow; local in function:ImGui::NavUpdate
[all...]
H A Dimgui_widgets.cpp5187 ImGuiWindow* parent_window = GetCurrentWindow()->ParentWindow; local in function:ImGui::ListBoxFooter

Completed in 100 milliseconds