Searched refs:NavMoveResultOther (Results 1 - 4 of 4) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7320 ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7364 return g.NavMoveRequest && g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0;
7629 if (g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0)
7806 g.NavMoveResultOther.Clear();
7842 if (g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0)
7854 ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7862 if (result != &g.NavMoveResultOther && g.NavMoveResultOther.ID != 0 && g.NavMoveResultOther.Window->ParentWindow == g.NavWindow)
7863 if ((g.NavMoveResultOther
[all...]
H A Dimgui_internal.h858 ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within NavWindow's flattened hierarchy (when using ImGuiWindowFlags_NavFlattened flag) member in struct:ImGuiContext
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h858 ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within NavWindow's flattened hierarchy (when using ImGuiWindowFlags_NavFlattened flag) member in struct:ImGuiContext
H A Dimgui.cpp7320 ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7364 return g.NavMoveRequest && g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0;
7629 if (g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0)
7806 g.NavMoveResultOther.Clear();
7842 if (g.NavMoveResultLocal.ID == 0 && g.NavMoveResultOther.ID == 0)
7854 ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7862 if (result != &g.NavMoveResultOther && g.NavMoveResultOther.ID != 0 && g.NavMoveResultOther.Window->ParentWindow == g.NavWindow)
7863 if ((g.NavMoveResultOther
[all...]

Completed in 49 milliseconds