Searched refs:NavScoreItem (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.cpp | 7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand) function in typeref:typename:bool 7325 bool new_best = NavScoreItem(result, nav_bb) && g.NavMoveRequest; 7327 bool new_best = g.NavMoveRequest && NavScoreItem(result, nav_bb); 7340 if (NavScoreItem(&g.NavMoveResultLocalVisibleSet, nav_bb)) 7829 IM_ASSERT(!g.NavScoringRectScreen.IsInverted()); // Ensure if we have a finite, non-inverted bounding box here will allows us to remove extraneous ImFabs() calls in NavScoreItem().
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.cpp | 7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand) function in typeref:typename:bool 7325 bool new_best = NavScoreItem(result, nav_bb) && g.NavMoveRequest; 7327 bool new_best = g.NavMoveRequest && NavScoreItem(result, nav_bb); 7340 if (NavScoreItem(&g.NavMoveResultLocalVisibleSet, nav_bb)) 7829 IM_ASSERT(!g.NavScoringRectScreen.IsInverted()); // Ensure if we have a finite, non-inverted bounding box here will allows us to remove extraneous ImFabs() calls in NavScoreItem().
|
Completed in 33 milliseconds