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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2534 SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing;
4461 window->SetWindowPosAllowFlags = enabled ? (window->SetWindowPosAllowFlags | flags) : (window->SetWindowPosAllowFlags & ~flags);
4938 window_pos_set_by_api = (window->SetWindowPosAllowFlags & g.NextWindowData.PosCond) != 0;
4945 window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing);
6051 if (cond && (window->SetWindowPosAllowFlags & cond) == 0)
6055 window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing);
6950 // FIXME: Should test for (PosCond & window->SetWindowPosAllowFlags) with the upcoming window.
H A Dimgui_internal.h1170 ImGuiCond SetWindowPosAllowFlags; // store acceptable condition flags for SetNextWindowPos() use. member in struct:ImGuiWindow
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2534 SetWindowPosAllowFlags = SetWindowSizeAllowFlags = SetWindowCollapsedAllowFlags = ImGuiCond_Always | ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing;
4461 window->SetWindowPosAllowFlags = enabled ? (window->SetWindowPosAllowFlags | flags) : (window->SetWindowPosAllowFlags & ~flags);
4938 window_pos_set_by_api = (window->SetWindowPosAllowFlags & g.NextWindowData.PosCond) != 0;
4945 window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing);
6051 if (cond && (window->SetWindowPosAllowFlags & cond) == 0)
6055 window->SetWindowPosAllowFlags &= ~(ImGuiCond_Once | ImGuiCond_FirstUseEver | ImGuiCond_Appearing);
6950 // FIXME: Should test for (PosCond & window->SetWindowPosAllowFlags) with the upcoming window.
H A Dimgui_internal.h1170 ImGuiCond SetWindowPosAllowFlags; // store acceptable condition flags for SetNextWindowPos() use. member in struct:ImGuiWindow

Completed in 46 milliseconds