Searched refs:SetWindowFontScale (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale()
H A Dimgui_demo.cpp2991 ImGui::SetWindowFontScale(window_scale);
H A Dimgui.cpp543 - 2014/09/24 (1.12) - renamed SetFontScale() to SetWindowFontScale()
6317 void ImGui::SetWindowFontScale(float scale) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
2100 float Scale; // 4 // in // = 1.f // Base font scale, multiplied by the per-window font scale which you can adjust with SetWindowFontScale()
H A Dimgui.cpp543 - 2014/09/24 (1.12) - renamed SetFontScale() to SetWindowFontScale()
6317 void ImGui::SetWindowFontScale(float scale) function in class:ImGui

Completed in 59 milliseconds