Searched refs:m_hMemDC (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_dib.cpp | 198 m_hMemDC = CreateCompatibleDC(hDC); in CFX_WindowsDIB() 199 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap); in CFX_WindowsDIB() 203 SelectObject(m_hMemDC, m_hOldBitmap); in ~CFX_WindowsDIB() 204 DeleteDC(m_hMemDC); in ~CFX_WindowsDIB() 209 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY); in LoadFromDevice() 213 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY); in SetToDevice()
|
D | cfx_windowsdib.h | 53 HDC m_hMemDC; variable
|