Searched defs:ImGuiContext (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_internal.h | 759 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 …]
|
D | imgui.cpp | 9100 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
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 733 struct ImGuiContext struct 738 … FontAtlasOwnedByContext; // Io.Fonts-> is owned by the ImGuiContext and will be des… argument 739 ImGuiIO IO; 740 ImGuiStyle Style; 741 …Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back() 742 …tBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window. 743 … // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. 744 ImDrawListSharedData DrawListSharedData; 746 double Time; 747 int FrameCount; [all …]
|
D | imgui.cpp | 8939 static void* SettingsHandlerWindow_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) in SettingsHandlerWindow_ReadOpen() argument 8947 static void SettingsHandlerWindow_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const… in SettingsHandlerWindow_ReadLine() argument
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 1457 struct ImGuiContext struct 1460 … FontAtlasOwnedByContext; // IO.Fonts-> is owned by the ImGuiContext and will be des… argument 1461 ImGuiIO IO; 1462 ImGuiStyle Style; 1463 …Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back() 1464 …tBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window. 1465 … // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. 1466 ImDrawListSharedData DrawListSharedData; 1467 double Time; 1468 int FrameCount; [all …]
|
D | imgui_tables.cpp | 3341 static void* TableSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) in TableSettingsHandler_ReadOpen() argument 3360 static void TableSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const … in TableSettingsHandler_ReadLine() argument
|
D | imgui.cpp | 10893 static void* WindowSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) in WindowSettingsHandler_ReadOpen() argument 10903 static void WindowSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const… in WindowSettingsHandler_ReadLine() argument
|