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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h697 float DistCenter; // Best candidate center 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.cpp7252 result->DistCenter = dist_center;
7258 if (dist_center < result->DistCenter)
7260 result->DistCenter = dist_center;
7263 else if (dist_center == result->DistCenter)
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.h697 float DistCenter; // Best candidate center 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.cpp7252 result->DistCenter = dist_center;
7258 if (dist_center < result->DistCenter)
7260 result->DistCenter = dist_center;
7263 else if (dist_center == result->DistCenter)
7863 if ((g.NavMoveResultOther.DistBox < result->DistBox) || (g.NavMoveResultOther.DistBox == result->DistBox && g.NavMoveResultOther.DistCenter < result->DistCenter))

Completed in 43 milliseconds