Home
last modified time | relevance | path

Searched defs:ImGuiContext (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h759 struct ImGuiContext struct
764 … FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiContext and will be des… argument
765 ImGuiIO IO;
766 ImGuiStyle Style;
767 …Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back()
768 …tBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window.
769 … // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height.
770 ImDrawListSharedData DrawListSharedData;
772 double Time;
773 int FrameCount;
[all …]
Dimgui.cpp9100 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) in SettingsHandlerWindow_ReadOpen() argument
9108 static void SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const… in SettingsHandlerWindow_ReadLine() argument