Searched refs:DistBox (Results 1 – 6 of 6) sorted by relevance
674 float DistBox; // Best candidate box distance to current NavId member680 …void Clear() { ID = 0; Window = NULL; DistBox = DistCenter = DistAxial = FLT_MAX; RectRel … in Clear()
7106 if (dist_box < result->DistBox) in NavScoreItem()7108 result->DistBox = dist_box; in NavScoreItem()7112 if (dist_box == result->DistBox) in NavScoreItem()7136 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match in NavScoreItem()7717 …if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->D… in NavUpdateMoveResult()
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()
8945 if (dist_box < result->DistBox) in NavScoreItem()8947 result->DistBox = dist_box; in NavScoreItem()8951 if (dist_box == result->DistBox) in NavScoreItem()8975 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match in NavScoreItem()9592 …if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->D… in NavMoveRequestApplyResult()
1240 …float DistBox; // Move // Best candidate box distance to current NavId member1245 …void Clear() { Window = NULL; ID = FocusScopeId = 0; InFlags = 0; DistBox = DistCenter = Di… in Clear()