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