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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1624 IMGUI_API void SetInt(ImGuiID key, int val);
H A Dimgui_internal.h281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); }
H A Dimgui_widgets.cpp4728 storage->SetInt(id, is_open);
4737 storage->SetInt(id, is_open);
4857 window->DC.StateStorage->SetInt(id, is_open);
H A Dimgui.cpp1963 // FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (maximum one a frame)
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) function in class:ImGuiStorage
1977 SetInt(key, val ? 1 : 0);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1624 IMGUI_API void SetInt(ImGuiID key, int val);
H A Dimgui_internal.h281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); }
H A Dimgui_widgets.cpp4728 storage->SetInt(id, is_open);
4737 storage->SetInt(id, is_open);
4857 window->DC.StateStorage->SetInt(id, is_open);
H A Dimgui.cpp1963 // FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (maximum one a frame)
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) function in class:ImGuiStorage
1977 SetInt(key, val ? 1 : 0);

Completed in 84 milliseconds