Home
last modified time | relevance | path

Searched refs:FontGlobalScale (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1302 float FontGlobalScale; // = 1.0f // Global scale all fonts member
Dimgui.cpp1166 FontGlobalScale = 1.0f; in ImGuiIO()
5676 g.FontBaseSize = ImMax(1.0f, g.IO.FontGlobalScale * g.Font->FontSize * g.Font->Scale); in SetCurrentFont()