Searched refs:hDCMemory (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1176 HDC hDCMemory = CreateCompatibleDC(m_hDC); in GetDIBits() local 1177 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); in GetDIBits() 1178 BitBlt(hDCMemory, 0, 0, width, height, m_hDC, left, top, SRCCOPY); in GetDIBits() 1179 SelectObject(hDCMemory, holdbmp); in GetDIBits() 1188 ret = ::GetDIBits(hDCMemory, hbmp, 0, height, pBitmap->GetBuffer(), &bmi, in GetDIBits() 1194 ::GetDIBits(hDCMemory, hbmp, 0, height, bitmap.GetBuffer(), &bmi, in GetDIBits() 1205 DeleteObject(hDCMemory); in GetDIBits()
|