Home
last modified time | relevance | path

Searched refs:NavScoreItem (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp7159 static bool NavScoreItem(ImGuiNavMoveResult* result, ImRect cand) in NavScoreItem() function
7325 bool new_best = NavScoreItem(result, nav_bb) && g.NavMoveRequest; in NavProcessItem()
7327 bool new_best = g.NavMoveRequest && NavScoreItem(result, nav_bb); in NavProcessItem()
7340 if (NavScoreItem(&g.NavMoveResultLocalVisibleSet, nav_bb)) in NavProcessItem()
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(). in NavUpdate()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp919 static bool NavScoreItem(ImGuiNavItemData* result);
8853 static bool ImGui::NavScoreItem(ImGuiNavItemData* result) in NavScoreItem() function in ImGui
9042 if (NavScoreItem(result)) in NavProcessItem()
9049 if (NavScoreItem(&g.NavMoveResultLocalVisible)) in NavProcessItem()
9554 IM_ASSERT(!scoring_rect.IsInverted()); // Ensure if we have a finite, non-inverted bounding box here will allows us to remove extraneous ImFabs() calls in NavScoreItem(). in NavUpdateCreateMoveRequest()

Completed in 37 milliseconds