Home
last modified time | relevance | path

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

/third_party/mesa3d/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) in SetWindowFontScale() function in ImGui
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h375 IMGUI_API void SetWindowFontScale(float scale); // [OBSOLETE] set font scale. Adjust IO.FontGlobalScale if you want to scale all windows. This is an old API! For correct scaling, prefer to reload font + rebuild ImFontAtlas + call style.ScaleAllSizes().
2756 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.cpp6028 ImGui::SetWindowFontScale(window_scale);
H A Dimgui.cpp669 - 2014/09/24 (1.12) - renamed SetFontScale() to SetWindowFontScale()
7054 void ImGui::SetWindowFontScale(float scale) in SetWindowFontScale() function in ImGui

Completed in 67 milliseconds