Home
last modified time | relevance | path

Searched refs:SetNavIDWithRectRel (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1409 IMGUI_API void SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel);
H A Dimgui.cpp2621 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 Dimgui_widgets.cpp5568 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]);

Completed in 35 milliseconds