HomeSort by relevance Sort by last modified time
    Searched refs:m_hBitmap (Results 1 - 7 of 7) sorted by null

  /external/pdfium/fpdfsdk/src/
fsdk_rendercontext.cpp 18 m_hBitmap = NULL;
32 if (m_hBitmap) DeleteObject(m_hBitmap);
fpdfview.cpp 525 pContext->m_hBitmap = CreateDIBSection(dc, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, &pBuffer, NULL, 0);
526 if (pContext->m_hBitmap == NULL) {
579 HGDIOBJ hOldBitmap = SelectObject(hMemDC, pContext->m_hBitmap);
  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 28 HBITMAP m_hBitmap;
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 57 return m_hBitmap;
67 HBITMAP m_hBitmap;
98 HBITMAP m_hBitmap;
fx_font.h 403 void* m_hBitmap;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 292 m_hBitmap = CreateDIBSection(hDC, (BITMAPINFO*)&bmih, DIB_RGB_COLORS, (LPVOID*)&m_pBuffer, NULL, 0);
294 m_hOldBitmap = (HBITMAP)SelectObject(m_hMemDC, m_hBitmap);
300 DeleteObject(m_hBitmap);
fx_win32_device.cpp     [all...]

Completed in 223 milliseconds