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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1395 IMGUI_API ImVec2 FindBestWindowPosForPopup(ImGuiWindow* window);
H A Dimgui.cpp5130 window->Pos = FindBestWindowPosForPopup(window);
5132 window->Pos = FindBestWindowPosForPopup(window);
5134 window->Pos = FindBestWindowPosForPopup(window);
7075 ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1395 IMGUI_API ImVec2 FindBestWindowPosForPopup(ImGuiWindow* window);
H A Dimgui.cpp5130 window->Pos = FindBestWindowPosForPopup(window);
5132 window->Pos = FindBestWindowPosForPopup(window);
5134 window->Pos = FindBestWindowPosForPopup(window);
7075 ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) function in class:ImGui

Completed in 43 milliseconds