Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1165 HDC hDCMemory = CreateCompatibleDC(m_hDC); in GetDIBits() local
1166 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); in GetDIBits()
1167 BitBlt(hDCMemory, 0, 0, width, height, m_hDC, left, top, SRCCOPY); in GetDIBits()
1168 SelectObject(hDCMemory, holdbmp); in GetDIBits()
1177 ret = ::GetDIBits(hDCMemory, hbmp, 0, height, pBitmap->GetBuffer(), &bmi, in GetDIBits()
1183 ::GetDIBits(hDCMemory, hbmp, 0, height, bitmap->GetBuffer(), &bmi, in GetDIBits()
1194 DeleteObject(hDCMemory); in GetDIBits()