Searched refs:SetNavIDWithRectRel (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_internal.h | 1409 IMGUI_API void SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel);
|
D | imgui.cpp | 2621 void ImGui::SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel) in SetNavIDWithRectRel() function in ImGui 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()
|
D | imgui_widgets.cpp | 5568 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]); in EndMenuBar()
|