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

Function GetProfileBorderRenderSize

src/windows/MessageList.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#define PROFILE_PICTURE_GAP (PROFILE_PICTURE_SIZE + 8);
25
26static int GetProfileBorderRenderSize()
27{
28 return ScaleByDPI(Supports32BitIcons() ? (PROFILE_PICTURE_SIZE_DEF + 12) : 64);
29}
30
31static void DrawImageSpecial(HDC hdc, HImage* him, RECT rect, bool hasAlpha)
32{

Callers 2

DrawMessageReplyMethod · 0.70
DrawMessageMethod · 0.70

Calls 2

ScaleByDPIFunction · 0.85
Supports32BitIconsFunction · 0.85

Tested by

no test coverage detected