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