Home
last modified time | relevance | path

Searched refs:SetKeyboardFocusHere (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp749 if (window_has_ctrl_key('f')) ImGui::SetKeyboardFocusHere(); in display_batch_window()
841 if (window_has_ctrl_key('f')) ImGui::SetKeyboardFocusHere(); in display_registers_window()
885 if (window_has_ctrl_key('f')) ImGui::SetKeyboardFocusHere(); in display_commands_window()
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h320 ImGui::SetKeyboardFocusHere(); in DrawContents()
H A Dimgui.h599 IMGUI_API void SetKeyboardFocusHere(int offset = 0); // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget.
H A Dimgui.cpp6443 void ImGui::SetKeyboardFocusHere(int offset) in SetKeyboardFocusHere() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp5575 if (focus_1) ImGui::SetKeyboardFocusHere();
5579 if (focus_2) ImGui::SetKeyboardFocusHere();
5584 if (focus_3) ImGui::SetKeyboardFocusHere();
5595 // Use >= 0 parameter to SetKeyboardFocusHere() to focus an upcoming item
5601 if (focus_ahead != -1) ImGui::SetKeyboardFocusHere(focus_ahead);
6413 ImGui::SetKeyboardFocusHere(-1); // Auto focus previous widget
H A Dimgui.h832 IMGUI_API void SetKeyboardFocusHere(int offset = 0); // focus keyboard on the next widget. Use positive 'offset' to access sub components of a multiple component widget. Use -1 to access previous widget.
H A Dimgui.cpp3840 // - Note that SetKeyboardFocusHere() sets the Next fields mid-frame. To be consistent we also in UpdateTabFocus()
7087 void ImGui::SetKeyboardFocusHere(int offset) in SetKeyboardFocusHere() function in ImGui
/third_party/skia/tools/viewer/
H A DViewer.cpp2379 ImGui::SetKeyboardFocusHere(); in drawImGui()

Completed in 81 milliseconds