Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dd2dvideo.cpp34 D2D1_SIZE_U bitmapSize; variable
137 bitmapSize = D2D1::SizeU(rc.right - rc.left, rc.bottom - rc.top); in init_window()
141 D2D1::HwndRenderTargetProperties(g_hAppWnd, bitmapSize), in init_window()
149 m_pRenderTarget->CreateBitmap(bitmapSize, bitmapProperties, &m_pBitmap); in init_window()