Searched refs:SetNavIDWithRectRel (Results 1 – 6 of 6) sorted by relevance
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_internal.h | 1362 IMGUI_API void SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel);
|
| D | imgui.cpp | 2564 void ImGui::SetNavIDWithRectRel(ImGuiID id, int nav_layer, const ImRect& rect_rel) in SetNavIDWithRectRel() function in ImGui 7298 ImGui::SetNavIDWithRectRel(g.NavWindow->NavLastIds[0], layer, g.NavWindow->NavRectRel[0]); in NavRestoreLayer() 7466 SetNavIDWithRectRel(g.NavInitResultId, g.NavLayer, g.NavInitResultRectRel); in NavUpdate() 7739 SetNavIDWithRectRel(result->ID, g.NavLayer, result->RectRel); in NavUpdateMoveResult()
|
| D | imgui_widgets.cpp | 5543 SetNavIDWithRectRel(window->NavLastIds[1], 1, window->NavRectRel[1]); in EndMenuBar()
|
| /third_party/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()
|