MCPcopy Create free account
hub / github.com/Maplespe/DWMBlurGlass / MyCreateBitmap

Function MyCreateBitmap

DWMBlurGlassExt/Section/TitleTextTweaker.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 HBITMAP MyCreateBitmap(int nWidth, int nHeight, UINT nPlanes, UINT nBitCount, const void* lpBits)
222 {
223 if (nWidth == 1 && nHeight == 1)
224 return g_funCreateBitmap(nWidth, nHeight, nPlanes, nBitCount, lpBits);
225
226 nHeight = g_textRcSize.cy;
227 return CreateAlphaBitmap(nWidth, nHeight);
228 }
229
230 HRESULT CTopLevelWindow_UpdateWindowVisuals(CTopLevelWindow* This)
231 {

Callers

nothing calls this directly

Calls 1

CreateAlphaBitmapFunction · 0.85

Tested by

no test coverage detected