Searched refs:SetNavIDWithRectRel (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 1409 IMGUI_API void SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel);
|
H A D | imgui.cpp | 2621 void ImGui::SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel) in SetNavIDWithRectRel() function in ImGui 2658 // FIXME-NAV: The existence of SetNavID/SetNavIDWithRectRel/SetFocusID is incredibly messy and confusing and needs some explanation or refactoring. 7443 ImGui::SetNavIDWithRectRel(g.NavWindow->NavLastIds[0], layer, g.NavWindow->NavRectRel[0]); in NavRestoreLayer() 7611 SetNavIDWithRectRel(g.NavInitResultId, g.NavLayer, g.NavInitResultRectRel); in NavUpdate() 7891 SetNavIDWithRectRel(result->ID, g.NavLayer, result->RectRel); in NavUpdateMoveResult()
|
H A D | imgui_widgets.cpp | 5568 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]);
|
Completed in 35 milliseconds