Home
last modified time | relevance | path

Searched refs:SetFocusID (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp564 SetFocusID(id, window); in ButtonBehavior()
575 SetFocusID(id, window); in ButtonBehavior()
587 SetFocusID(id, window); in ButtonBehavior()
618 SetFocusID(id, window); in ButtonBehavior()
2416 SetFocusID(id, window); in DragScalar()
3033 SetFocusID(id, window);
3191 SetFocusID(id, window);
4095 SetFocusID(id, window); in InputTextEx()
H A Dimgui_internal.h2452 IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window);
H A Dimgui.cpp8782 // FIXME-NAV: The existence of SetNavID vs SetFocusID properly needs to be clarified/reworked.
8798 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) in SetFocusID() function in ImGui
8803 // Assume that SetFocusID() is called in the context where its window->DC.NavLayerCurrent and window->DC.NavFocusScopeIdCurrent are valid. in SetFocusID()
8804 // Note that window may be != g.CurrentWindow (e.g. SetFocusID call in InputTextEx for multi-line text) in SetFocusID()
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp456 SetFocusID(id, window); in ButtonBehavior()
502 SetFocusID(id, window); in ButtonBehavior()
1899 SetFocusID(id, window);
2331 SetFocusID(id, window);
2482 SetFocusID(id, window);
3258 SetFocusID(id, window);
H A Dimgui_internal.h1366 IMGUI_API void SetFocusID(ImGuiID id, ImGuiWindow* window);
H A Dimgui.cpp2658 // FIXME-NAV: The existence of SetNavID/SetNavIDWithRectRel/SetFocusID is incredibly messy and confusing and needs some explanation or refactoring.
2659 void ImGui::SetFocusID(ImGuiID id, ImGuiWindow* window) in SetFocusID() function in ImGui
2664 // Assume that SetFocusID() is called in the context where its NavLayer is the current layer, which is the case everywhere we call it. in SetFocusID()

Completed in 91 milliseconds