| 41 | } |
| 42 | |
| 43 | void 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 | } |
no test coverage detected