Home
last modified time | relevance | path

Searched refs:FontBaseSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h769 …float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * … member
938 FontSize = FontBaseSize = 0.0f; in ImGuiContext()
1222 …float CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScal… in CalcFontSize()
Dimgui_widgets.cpp5494 …ImVec2(g.IO.DisplaySize.x, g.NextWindowData.MenuBarOffsetMinVal.y + g.FontBaseSize + g.Style.Frame… in BeginMainMenuBar()
Dimgui.cpp5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale); in SetCurrentFont()