Home
last modified time | relevance | path

Searched refs:SetWindowFontScale (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h282 …IMGUI_API void SetWindowFontScale(float scale); …
Dimgui.cpp6317 void ImGui::SetWindowFontScale(float scale) in SetWindowFontScale() function in ImGui
/third_party/skia/third_party/externals/imgui/
Dimgui.h375 …IMGUI_API void SetWindowFontScale(float scale); …
Dimgui_demo.cpp6028 ImGui::SetWindowFontScale(window_scale);
Dimgui.cpp7054 void ImGui::SetWindowFontScale(float scale) in SetWindowFontScale() function in ImGui
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1286 - Window: Fixed old SetWindowFontScale() api value from not being inherited by child window. Added