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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h72 struct ImGuiNavMoveResult; // Result of a directional navigation move query result
691 struct ImGuiNavMoveResult struct
701 ImGuiNavMoveResult() { Clear(); } function in struct:ImGuiNavMoveResult
856 ImGuiNavMoveResult NavMoveResultLocal; // Best move request candidate within NavWindow
857 ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within NavWindow that are mostly visible (when using ImGuiNavMoveFlags_AlsoScoreVisibleSet flag)
858 ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within NavWindow's flattened hierarchy (when using ImGuiWindowFlags_NavFlattened flag)
H A Dimgui.cpp7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand)
7320 ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7854 ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h72 struct ImGuiNavMoveResult; // Result of a directional navigation move query result
691 struct ImGuiNavMoveResult struct
701 ImGuiNavMoveResult() { Clear(); } function in struct:ImGuiNavMoveResult
856 ImGuiNavMoveResult NavMoveResultLocal; // Best move request candidate within NavWindow
857 ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within NavWindow that are mostly visible (when using ImGuiNavMoveFlags_AlsoScoreVisibleSet flag)
858 ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within NavWindow's flattened hierarchy (when using ImGuiWindowFlags_NavFlattened flag)
H A Dimgui.cpp7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand)
7320 ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;
7854 ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveResultOther;

Completed in 48 milliseconds