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

Function GetBitmap

src/windows/ImageViewer.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32static bool g_bChildZoomedIn = false;
33
34static HImage* GetBitmap()
35{
36 if (g_bChildZoomedIn)
37 return g_hBitmapFull;
38 else
39 return g_hBitmapPreview;
40}
41
42static void UpdateScrollInfoPos(LPSCROLLINFO si, WPARAM wParam, int yChar)
43{

Callers 1

ImageViewerChildWndProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected