Searched refs:m_hBitmap (Results 1 – 2 of 2) sorted by relevance
38 HBITMAP GetWindowsBitmap() const { return m_hBitmap; } in GetWindowsBitmap()48 HBITMAP m_hBitmap; variable
199 m_hBitmap = CreateDIBSection(hDC, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, &pData, in CFX_WindowsDIB()203 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap); in CFX_WindowsDIB()209 DeleteObject(m_hBitmap); in ~CFX_WindowsDIB()