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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 347 m_pDIBSource = m_Loader.m_pBitmap;
356 m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBitmap, !m_Loader.m_bCached);
366 if (m_pDIBSource->IsAlphaMask()) {
376 m_pClone = m_pDIBSource->Clone();
378 m_pDIBSource = m_pClone;
462 m_pDIBSource = pDIBSource;
513 if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE)) {
586 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) {
652 if (!(m_Flags & RENDER_FORCE_DOWNSAMPLE) && m_pDIBSource->GetBPP() > 1) {
653 int image_size = m_pDIBSource->GetBPP() / 8 * m_pDIBSource->GetWidth() * m_pDIBSource->GetHeight()
    [all...]
fpdf_render_loadimage.cpp 71 CFX_DIBSource* pBitmap = m_pDIBSource;
72 m_pDIBSource = NULL;
83 m_pDIBSource = new CPDF_DIBSource;
84 int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormResource, pPageResource, bStdCS, GroupFamily, bLoadMask);
89 delete m_pDIBSource;
90 m_pDIBSource = NULL;
93 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask();
94 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor;
99 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause);
104 delete m_pDIBSource;
    [all...]
render_int.h 242 const CFX_DIBSource* m_pDIBSource;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 72 m_pDIBSource = NULL;
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 925 CFX_DIBSource* m_pDIBSource;
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 118 milliseconds