Lines Matching refs:NavMoveResultOther
7320 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.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->DistBox && g.NavMoveResultOther.DistCenter < result->DistCenter))
7864 result = &g.NavMoveResultOther;