Searched refs:hDCMemory (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 948 HDC hDCMemory = CreateCompatibleDC(m_hDC); in GetDIBits() local 949 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); in GetDIBits() 950 BitBlt(hDCMemory, 0, 0, width, height, m_hDC, left, top, SRCCOPY); in GetDIBits() 951 SelectObject(hDCMemory, holdbmp); in GetDIBits() 963 …ret = ::GetDIBits(hDCMemory, hbmp, 0, height, pBitmap->GetBuffer(), &bmi, DIB_RGB_COLORS) == heigh… in GetDIBits() 968 ::GetDIBits(hDCMemory, hbmp, 0, height, bitmap.GetBuffer(), &bmi, DIB_RGB_COLORS); in GetDIBits() 978 DeleteObject(hDCMemory); in GetDIBits()
|