Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h1303 …bool FontAllowUserScaling; // = false // Allow user scaling text of indi… member
Dimgui.cpp1168 FontAllowUserScaling = false; in ImGuiIO()
3270 if (g.IO.KeyCtrl && g.IO.FontAllowUserScaling) in UpdateMouseWheel()