Searched refs:FontBaseSize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h768 float FontSize; // (Shortcut) == FontBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window.
769 float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. member in struct:ImGuiContext
938 FontSize = FontBaseSize = 0.0f;
1222 float CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScale; }
H A Dimgui_widgets.cpp5494 SetNextWindowSize(ImVec2(g.IO.DisplaySize.x, g.NextWindowData.MenuBarOffsetMinVal.y + g.FontBaseSize + g.Style.FramePadding.y));
H A Dimgui.cpp5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h768 float FontSize; // (Shortcut) == FontBaseSize * g.CurrentWindow->FontWindowScale == window->FontSize(). Text height for current window.
769 float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height. member in struct:ImGuiContext
938 FontSize = FontBaseSize = 0.0f;
1222 float CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScale; }
H A Dimgui_widgets.cpp5494 SetNextWindowSize(ImVec2(g.IO.DisplaySize.x, g.NextWindowData.MenuBarOffsetMinVal.y + g.FontBaseSize + g.Style.FramePadding.y));
H A Dimgui.cpp5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale);

Completed in 118 milliseconds