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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h446 ImGuiNavMoveFlags_AlsoScoreVisibleSet = 1 << 5 // Store alternate result in NavMoveResultLocalVisibleSet that only comprise elements that are already fully visible.
857 ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within NavWindow that are mostly visible (when using ImGuiNavMoveFlags_AlsoScoreVisibleSet flag) member in struct:ImGuiContext
H A Dimgui.cpp7340 if (NavScoreItem(&g.NavMoveResultLocalVisibleSet, nav_bb))
7342 result = &g.NavMoveResultLocalVisibleSet;
7805 g.NavMoveResultLocalVisibleSet.Clear();
7858 if (g.NavMoveResultLocalVisibleSet.ID != 0 && g.NavMoveResultLocalVisibleSet.ID != g.NavId)
7859 result = &g.NavMoveResultLocalVisibleSet;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h446 ImGuiNavMoveFlags_AlsoScoreVisibleSet = 1 << 5 // Store alternate result in NavMoveResultLocalVisibleSet that only comprise elements that are already fully visible.
857 ImGuiNavMoveResult NavMoveResultLocalVisibleSet; // Best move request candidate within NavWindow that are mostly visible (when using ImGuiNavMoveFlags_AlsoScoreVisibleSet flag) member in struct:ImGuiContext
H A Dimgui.cpp7340 if (NavScoreItem(&g.NavMoveResultLocalVisibleSet, nav_bb))
7342 result = &g.NavMoveResultLocalVisibleSet;
7805 g.NavMoveResultLocalVisibleSet.Clear();
7858 if (g.NavMoveResultLocalVisibleSet.ID != 0 && g.NavMoveResultLocalVisibleSet.ID != g.NavId)
7859 result = &g.NavMoveResultLocalVisibleSet;

Completed in 44 milliseconds