Home
last modified time | relevance | path

Searched refs:ImGuiNavMoveResult (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h72 struct ImGuiNavMoveResult; // Result of a directional navigation move query result
691 struct ImGuiNavMoveResult struct
701 ImGuiNavMoveResult() { Clear(); } in ImGuiNavMoveResult() argument
856ImGuiNavMoveResult NavMoveResultLocal; // Best move request candidate within …
857ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within …
858ImGuiNavMoveResult NavMoveResultOther; // Best move request candidate within …
Dimgui.cpp7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand) in NavScoreItem()
7320ImGuiNavMoveResult* result = (window == g.NavWindow) ? &g.NavMoveResultLocal : &g.NavMoveResultOth… in NavProcessItem()
7854ImGuiNavMoveResult* result = (g.NavMoveResultLocal.ID != 0) ? &g.NavMoveResultLocal : &g.NavMoveRe… in NavUpdateMoveResult()