Home
last modified time | relevance | path

Searched refs:DistAxial (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h698 float DistAxial; member
702 …void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = F… in Clear()
Dimgui.cpp7279 if (result->DistBox == FLT_MAX && dist_axial < result->DistAxial) // Check axial match in NavScoreItem()
7283 result->DistAxial = dist_axial; in NavScoreItem()