Searched refs:new_font_scale (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3273 const float new_font_scale = ImClamp(window->FontWindowScale + g.IO.MouseWheel * 0.10f, 0.50f, 2.50f); local in function:ImGui::UpdateMouseWheel
3274 const float scale = new_font_scale / window->FontWindowScale;
3275 window->FontWindowScale = new_font_scale;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3273 const float new_font_scale = ImClamp(window->FontWindowScale + g.IO.MouseWheel * 0.10f, 0.50f, 2.50f); local in function:ImGui::UpdateMouseWheel
3274 const float scale = new_font_scale / window->FontWindowScale;
3275 window->FontWindowScale = new_font_scale;

Completed in 33 milliseconds