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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp64 // [SECTION] ImGuiStorage
527 - 2015/01/19 (1.30) - renamed ImGuiStorage::GetIntPtr()/GetFloatPtr() to GetIntRef()/GetIntRef() because Ptr was conflicting with actual pointer storage functions.
1860 // [SECTION] ImGuiStorage
1865 static ImGuiStorage::Pair* LowerBound(ImVector<ImGuiStorage::Pair>& data, ImGuiID key)
1867 ImGuiStorage::Pair* first = data.Data;
1868 ImGuiStorage::Pair* last = data.Data + data.Size;
1873 ImGuiStorage::Pair* mid = first + count2;
1888 void ImGuiStorage::BuildSortByKey()
1904 int ImGuiStorage
[all...]
H A Dimgui.h21 // Helpers (ImGuiOnceUponAFrame, ImGuiTextFilter, ImGuiTextBuffer, ImGuiStorage, ImGuiListClipper, ImColor)
112 struct ImGuiStorage; // Helper for key->value storage
365 IMGUI_API ImGuiID GetID(const char* str_id); // calculate unique ID (hash of whole ID stack + given parameter). e.g. if you want to query into ImGuiStorage yourself
629 IMGUI_API void SetStateStorage(ImGuiStorage* storage); // replace current window storage with our own (if you want to manipulate it yourself, typically clear subsection of it)
630 IMGUI_API ImGuiStorage* GetStateStorage();
1607 struct ImGuiStorage struct
H A Dimgui_internal.h269 ImGuiStorage Map; // ID->Index
780 ImGuiStorage WindowsById;
1076 ImGuiStorage* StateStorage;
1185 ImGuiStorage StateStorage;
H A Dimgui_widgets.cpp4720 ImGuiStorage* storage = window->DC.StateStorage;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp64 // [SECTION] ImGuiStorage
527 - 2015/01/19 (1.30) - renamed ImGuiStorage::GetIntPtr()/GetFloatPtr() to GetIntRef()/GetIntRef() because Ptr was conflicting with actual pointer storage functions.
1860 // [SECTION] ImGuiStorage
1865 static ImGuiStorage::Pair* LowerBound(ImVector<ImGuiStorage::Pair>& data, ImGuiID key)
1867 ImGuiStorage::Pair* first = data.Data;
1868 ImGuiStorage::Pair* last = data.Data + data.Size;
1873 ImGuiStorage::Pair* mid = first + count2;
1888 void ImGuiStorage::BuildSortByKey()
1904 int ImGuiStorage
[all...]
H A Dimgui.h21 // Helpers (ImGuiOnceUponAFrame, ImGuiTextFilter, ImGuiTextBuffer, ImGuiStorage, ImGuiListClipper, ImColor)
112 struct ImGuiStorage; // Helper for key->value storage
365 IMGUI_API ImGuiID GetID(const char* str_id); // calculate unique ID (hash of whole ID stack + given parameter). e.g. if you want to query into ImGuiStorage yourself
629 IMGUI_API void SetStateStorage(ImGuiStorage* storage); // replace current window storage with our own (if you want to manipulate it yourself, typically clear subsection of it)
630 IMGUI_API ImGuiStorage* GetStateStorage();
1607 struct ImGuiStorage struct
H A Dimgui_internal.h269 ImGuiStorage Map; // ID->Index
780 ImGuiStorage WindowsById;
1076 ImGuiStorage* StateStorage;
1185 ImGuiStorage StateStorage;
H A Dimgui_widgets.cpp4720 ImGuiStorage* storage = window->DC.StateStorage;

Completed in 69 milliseconds