Searched refs:m_hBitmap (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_rendercontext.cpp | 18 m_hBitmap = NULL; in Clear() 32 if (m_hBitmap) DeleteObject(m_hBitmap); in ~CRenderContext()
|
D | fpdfview.cpp | 525 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/ |
D | fx_ge_win32.h | 57 return m_hBitmap; in GetWindowsBitmap() 67 HBITMAP m_hBitmap; variable 98 HBITMAP m_hBitmap;
|
D | fx_font.h | 403 void* m_hBitmap; variable
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_rendercontext.h | 28 HBITMAP m_hBitmap; variable
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 292 …m_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()
|
D | fx_win32_device.cpp | 1171 …m_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()
|