Searched refs:SetNavID (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 1408 IMGUI_API void SetNavID(ImGuiID id, int nav_layer);
|
H A D | imgui.cpp | 2612 void ImGui::SetNavID(ImGuiID id, int nav_layer) in SetNavID() function in ImGui 2624 SetNavID(id, nav_layer); in SetNavIDWithRectRel() 2658 // FIXME-NAV: The existence of SetNavID/SetNavIDWithRectRel/SetFocusID is incredibly messy and confusing and needs some explanation or refactoring. 7467 SetNavID(0, g.NavLayer); in NavInitWindow() 7613 SetNavID(g.NavInitResultId, g.NavLayer); in NavUpdate() 7680 SetNavID(child_window->ChildId, 0); in NavUpdate()
|
H A D | imgui_widgets.cpp | 4945 SetNavID(window->IDStack.back(), g.NavLayer); 5083 SetNavID(id, window->DC.NavLayerCurrent);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 8782 // FIXME-NAV: The existence of SetNavID vs SetFocusID properly needs to be clarified/reworked. 8784 void ImGui::SetNavID(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, const ImRect& rect_rel) in SetNavID() function in ImGui 9163 SetNavID(window->NavLastIds[layer], layer, 0, window->NavRectRel[layer]); in NavRestoreLayer() 9200 SetNavID(0, g.NavLayer, 0, ImRect()); in NavInitWindow() 9457 SetNavID(g.NavInitResultId, g.NavLayer, 0, g.NavInitResultRectRel); in NavInitRequestApplyResult() 9630 SetNavID(result->ID, g.NavLayer, result->FocusScopeId, result->RectRel); in NavMoveRequestApplyResult() 9684 SetNavID(child_window->ChildId, ImGuiNavLayer_Main, 0, ImRect(child_rect.Min - parent_window->Pos, child_rect.Max - parent_window->Pos)); in NavUpdateCancelRequest()
|
H A D | imgui_widgets.cpp | 6041 SetNavID(window->IDStack.back(), g.NavLayer, 0, ImRect()); 6229 SetNavID(id, window->DC.NavLayerCurrent, window->DC.NavFocusScopeIdCurrent, ImRect(bb.Min - window->Pos, bb.Max - window->Pos)); // (bb == NavRect) 6721 SetNavID(window->NavLastIds[layer], layer, 0, window->NavRectRel[layer]);
|
H A D | imgui_internal.h | 2534 IMGUI_API void SetNavID(ImGuiID id, ImGuiNavLayer nav_layer, ImGuiID focus_scope_id, const ImRect& rect_rel);
|
Completed in 72 milliseconds