Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
int ScaleByUser(int x)
69
{
70
return MulDiv(x, g_Scale, NORMAL_SCALE);
71
}
72
73
int ScaleByDPI(int pos)
74
{
Callers
1
InitializeFonts
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected