HomeSort by relevance Sort by last modified time
    Searched defs:m_pBitmap (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 27 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/src/fxge/agg/include/
fx_agg_driver.h 102 return m_pBitmap->GetBuffer();
109 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 712 CFX_DIBitmap* m_pBitmap;
fpdf_resource.h 437 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/include/fxge/
fx_font.h 399 CFX_DIBitmap* m_pBitmap;
fx_ge.h 367 return m_pBitmap;
371 m_pBitmap = pBitmap;
453 CFX_DIBitmap* m_pBitmap;
fx_dib.h 366 return m_pBitmap;
370 CFX_DIBitmap* m_pBitmap;
476 CFX_DIBitmap* m_pBitmap;
505 return m_pBitmap;
512 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 184 m_pBitmap = NULL;
197 CFX_DIBSource* m_pBitmap;
290 CFX_DIBitmap* m_pBitmap;
310 return m_pBitmap;
321 CFX_DIBitmap* m_pBitmap;
  /external/pdfium/core/src/reflow/
reflowedpage.h 343 m_pBitmap = NULL;
347 if(m_pBitmap) {
348 delete m_pBitmap;
350 m_pBitmap = NULL;
353 CFX_DIBitmap* m_pBitmap;

Completed in 144 milliseconds