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