Home
last modified time | relevance | path

Searched refs:m_hBitmap (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_rendercontext.cpp18 m_hBitmap = NULL; in Clear()
32 if (m_hBitmap) DeleteObject(m_hBitmap); in ~CRenderContext()
Dfpdfview.cpp525 pContext->m_hBitmap = CreateDIBSection(dc, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, &pBuffer, NULL, 0); in FPDF_RenderPage()
526 if (pContext->m_hBitmap == NULL) { in FPDF_RenderPage()
579 HGDIOBJ hOldBitmap = SelectObject(hMemDC, pContext->m_hBitmap); in FPDF_RenderPage()
/external/pdfium/core/include/fxge/
Dfx_ge_win32.h57 return m_hBitmap; in GetWindowsBitmap()
67 HBITMAP m_hBitmap; variable
98 HBITMAP m_hBitmap;
Dfx_font.h403 void* m_hBitmap; variable
/external/pdfium/fpdfsdk/include/
Dfsdk_rendercontext.h28 HBITMAP m_hBitmap; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp292m_hBitmap = CreateDIBSection(hDC, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, (LPVOID*)&m_pBuffer, NULL, 0… in CFX_WindowsDIB()
294 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap); in CFX_WindowsDIB()
300 DeleteObject(m_hBitmap); in ~CFX_WindowsDIB()
Dfx_win32_device.cpp1171m_hBitmap = CreateDIBSection(NULL, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, (FX_LPVOID*)&pBuffer, NULL,… in CFX_WinBitmapDevice()
1172 if (m_hBitmap == NULL) { in CFX_WinBitmapDevice()
1182 m_hOldBitmap = (HBITMAP)SelectObject(m_hDC, m_hBitmap); in CFX_WinBitmapDevice()
1195 if (m_hBitmap) { in ~CFX_WinBitmapDevice()
1196 DeleteObject(m_hBitmap); in ~CFX_WinBitmapDevice()