Searched refs:DistBox (Results 1 – 2 of 2) sorted by relevance
696 float DistBox; // Best candidate box distance to current NavId member702 …void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = F… in Clear()
7249 if (dist_box < result->DistBox) in NavScoreItem()7251 result->DistBox = dist_box; in NavScoreItem()7255 if (dist_box == result->DistBox) in NavScoreItem()7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match in NavScoreItem()7863 …if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->D… in NavUpdateMoveResult()