MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Display

Method Display

Source/VisualizerBase.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void CVisualizerBase::Display(CDC *pDC, bool bPaintMsg) { // // //
44 StretchDIBits(pDC->m_hDC,
45 0, 0, m_iWidth, m_iHeight,
46 0, 0, m_iWidth, m_iHeight,
47 m_pBlitBuffer.get(), &m_bmi, DIB_RGB_COLORS, SRCCOPY);
48}

Callers 2

ThreadProcMethod · 0.45
OnPaintMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected