Searched refs:hDCMemory (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1168 HDC hDCMemory = CreateCompatibleDC(m_hDC); in GetDIBits() local 1169 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); in GetDIBits() 1170 BitBlt(hDCMemory, 0, 0, width, height, m_hDC, left, top, SRCCOPY); in GetDIBits() 1171 SelectObject(hDCMemory, holdbmp); in GetDIBits() 1180 ret = ::GetDIBits(hDCMemory, hbmp, 0, height, pBitmap->GetBuffer(), &bmi, in GetDIBits() 1186 ::GetDIBits(hDCMemory, hbmp, 0, height, bitmap->GetBuffer(), &bmi, in GetDIBits() 1197 DeleteObject(hDCMemory); in GetDIBits()
|