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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h698 float DistAxial; member in struct:ImGuiNavMoveResult
702 void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = FLT_MAX; RectRel = ImRect(); }
H A Dimgui.cpp7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match
7283 result->DistAxial = dist_axial;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h698 float DistAxial; member in struct:ImGuiNavMoveResult
702 void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = FLT_MAX; RectRel = ImRect(); }
H A Dimgui.cpp7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match
7283 result->DistAxial = dist_axial;

Completed in 43 milliseconds