Home
last modified time | relevance | path

Searched refs:m_hOldBitmap (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_ge_win32.h63 HBITMAP m_hOldBitmap; variable
92 HBITMAP m_hOldBitmap; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp276 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap); in CFX_WindowsDIB()
279 SelectObject(m_hMemDC, m_hOldBitmap); in ~CFX_WindowsDIB()
Dfx_win32_device.cpp1349 m_hOldBitmap = (HBITMAP)SelectObject(m_hDC, m_hBitmap); in CFX_WinBitmapDevice()
1355 SelectObject(m_hDC, m_hOldBitmap); in ~CFX_WinBitmapDevice()