Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1187 float FontWindowScale; // User scale multiplier per-window member
1222 …at CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScale; } in CalcFontSize()
Dimgui.cpp2539 FontWindowScale = 1.0f; in ImGuiWindow()
3273 …const float new_font_scale = ImClamp(window->FontWindowScale + g.IO.MouseWheel * 0.10f, 0.50f, 2.5… in UpdateMouseWheel()
3274 const float scale = new_font_scale / window->FontWindowScale; in UpdateMouseWheel()
3275 window->FontWindowScale = new_font_scale; in UpdateMouseWheel()
6321 window->FontWindowScale = scale; in SetWindowFontScale()