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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3165 else if (g.NavWindow != NULL && GetFrontMostPopupModal() == NULL)
3178 ImGuiWindow* modal = GetFrontMostPopupModal();
3310 ImGuiWindow* modal_window = GetFrontMostPopupModal();
3489 if (GetFrontMostPopupModal() != NULL || (g.NavWindowingTarget != NULL && g.NavWindowingHighlightAlpha > 0.0f))
5201 const bool dim_bg_for_modal = (flags & ImGuiWindowFlags_Modal) && window == GetFrontMostPopupModal() && window->HiddenFramesForResize <= 0;
6736 ImGuiWindow* ImGui::GetFrontMostPopupModal() function in class:ImGui
7980 ImGuiWindow* modal_window = GetFrontMostPopupModal();
H A Dimgui_internal.h1394 IMGUI_API ImGuiWindow* GetFrontMostPopupModal();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3165 else if (g.NavWindow != NULL && GetFrontMostPopupModal() == NULL)
3178 ImGuiWindow* modal = GetFrontMostPopupModal();
3310 ImGuiWindow* modal_window = GetFrontMostPopupModal();
3489 if (GetFrontMostPopupModal() != NULL || (g.NavWindowingTarget != NULL && g.NavWindowingHighlightAlpha > 0.0f))
5201 const bool dim_bg_for_modal = (flags & ImGuiWindowFlags_Modal) && window == GetFrontMostPopupModal() && window->HiddenFramesForResize <= 0;
6736 ImGuiWindow* ImGui::GetFrontMostPopupModal() function in class:ImGui
7980 ImGuiWindow* modal_window = GetFrontMostPopupModal();
H A Dimgui_internal.h1394 IMGUI_API ImGuiWindow* GetFrontMostPopupModal();

Completed in 43 milliseconds