MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / ScaleByUser

Function ScaleByUser

src/windows/WinUtils.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int ScaleByUser(int x)
69{
70 return MulDiv(x, g_Scale, NORMAL_SCALE);
71}
72
73int ScaleByDPI(int pos)
74{

Callers 1

InitializeFontsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected