Home
last modified time | relevance | path

Searched refs:IsWindowNavFocusable (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h1330 IMGUI_API bool IsWindowNavFocusable(ImGuiWindow* window);
H A Dimgui.cpp6010 bool ImGui::IsWindowNavFocusable(ImGuiWindow* window) in IsWindowNavFocusable() function in ImGui
7952 if (ImGui::IsWindowNavFocusable(g.WindowsFocusOrder[i])) in FindWindowNavFocusable()
8108 // Window has already passed the IsWindowNavFocusable()
8136 if (!IsWindowNavFocusable(window)) in NavUpdateWindowingList()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h2386 IMGUI_API bool IsWindowNavFocusable(ImGuiWindow* window);
H A Dimgui.cpp6803 bool ImGui::IsWindowNavFocusable(ImGuiWindow* window) in IsWindowNavFocusable() function in ImGui
9861 if (ImGui::IsWindowNavFocusable(g.WindowsFocusOrder[i])) in FindWindowNavFocusable()
10058 // Window has already passed the IsWindowNavFocusable()
10088 if (!IsWindowNavFocusable(window)) in NavUpdateWindowingOverlay()

Completed in 50 milliseconds