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