Searched refs:hbmp (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_device.cpp | 1164 HBITMAP hbmp = CreateCompatibleBitmap(m_hDC, width, height); in GetDIBits() local 1166 HBITMAP holdbmp = (HBITMAP)SelectObject(hDCMemory, hbmp); 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() 1193 DeleteObject(hbmp); in GetDIBits()
|