Home
last modified time | relevance | path

Searched refs:m_pBitmap (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/gui/
H A Dd2dvideo.cpp33 ID2D1Bitmap *m_pBitmap; variable
61 if (m_pBitmap) in DrawBitmap()
62 hr = m_pBitmap->CopyFromMemory(nullptr, (BYTE *)g_pImg, 4 * g_sizex); in DrawBitmap()
64 m_pRenderTarget->DrawBitmap(m_pBitmap); in DrawBitmap()
143 if (SUCCEEDED(hr) && !m_pBitmap) { in init_window()
149 m_pRenderTarget->CreateBitmap(bitmapSize, bitmapProperties, &m_pBitmap); in init_window()
150 m_pRenderTarget->DrawBitmap(m_pBitmap); in init_window()
159 if (m_pBitmap) in terminate()
160 m_pBitmap->Release(); in terminate()