Home
last modified time | relevance | path

Searched refs:SelectScopeId (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h694 ImGuiID SelectScopeId;// Best candidate window current selectable group ID member
702 …void Clear() { ID = SelectScopeId = 0; Window = NULL; DistBox = DistCenter = DistAxial = F… in Clear()
Dimgui.cpp7332 result->SelectScopeId = g.MultiSelectScopeId; in NavProcessItem()
7344 result->SelectScopeId = g.MultiSelectScopeId; in NavProcessItem()
7889 g.NavJustMovedToSelectScopeId = result->SelectScopeId; in NavUpdateMoveResult()