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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h696 float DistBox; // Best candidate box distance to current NavId member in struct:ImGuiNavMoveResult
702 void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = FLT_MAX; RectRel = ImRect(); }
H A Dimgui.cpp7249 if (dist_box < result->DistBox)
7251 result->DistBox = dist_box;
7255 if (dist_box == result->DistBox)
7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match
7863 if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->DistBox && g.NavMoveResultOther.DistCenter < result->DistCenter))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h696 float DistBox; // Best candidate box distance to current NavId member in struct:ImGuiNavMoveResult
702 void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = FLT_MAX; RectRel = ImRect(); }
H A Dimgui.cpp7249 if (dist_box < result->DistBox)
7251 result->DistBox = dist_box;
7255 if (dist_box == result->DistBox)
7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match
7863 if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->DistBox && g.NavMoveResultOther.DistCenter < result->DistCenter))

Completed in 43 milliseconds