Searched refs:SetInt (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 1624 IMGUI_API void SetInt(ImGuiID key, int val);
|
| H A D | imgui_internal.h | 281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); }
|
| H A D | imgui_widgets.cpp | 4728 storage->SetInt(id, is_open); 4737 storage->SetInt(id, is_open); 4857 window->DC.StateStorage->SetInt(id, is_open);
|
| H A D | imgui.cpp | 1963 // 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 D | imgui.h | 1624 IMGUI_API void SetInt(ImGuiID key, int val);
|
| H A D | imgui_internal.h | 281 void Remove(ImGuiID key, ImPoolIdx idx) { Data[idx].~T(); *(int*)&Data[idx] = FreeIdx; FreeIdx = idx; Map.SetInt(key, -1); }
|
| H A D | imgui_widgets.cpp | 4728 storage->SetInt(id, is_open); 4737 storage->SetInt(id, is_open); 4857 window->DC.StateStorage->SetInt(id, is_open);
|
| H A D | imgui.cpp | 1963 // 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