Home
last modified time | relevance | path

Searched refs:m_pDIBSource (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp347 m_pDIBSource = m_Loader.m_pBitmap; in StartRenderDIBSource()
356m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBit… in StartRenderDIBSource()
366 if (m_pDIBSource->IsAlphaMask()) { in StartRenderDIBSource()
376 m_pClone = m_pDIBSource->Clone(); in StartRenderDIBSource()
378 m_pDIBSource = m_pClone; in StartRenderDIBSource()
462 m_pDIBSource = pDIBSource; in Start()
513 …if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE))… in DrawPatternImage()
586 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) { in DrawMaskedImage()
652 if (!(m_Flags & RENDER_FORCE_DOWNSAMPLE) && m_pDIBSource->GetBPP() > 1) { in StartDIBSource()
653 …int image_size = m_pDIBSource->GetBPP() / 8 * m_pDIBSource->GetWidth() * m_pDIBSource->GetHeight(); in StartDIBSource()
[all …]
Dfpdf_render_loadimage.cpp71 CFX_DIBSource* pBitmap = m_pDIBSource; in DetachBitmap()
72 m_pDIBSource = NULL; in DetachBitmap()
83 m_pDIBSource = new CPDF_DIBSource; in StartLoadDIBSource()
84 …int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormR… in StartLoadDIBSource()
89 delete m_pDIBSource; in StartLoadDIBSource()
90 m_pDIBSource = NULL; in StartLoadDIBSource()
93 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask(); in StartLoadDIBSource()
94 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor; in StartLoadDIBSource()
99 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause); in Continue()
104 delete m_pDIBSource; in Continue()
[all …]
Drender_int.h242 const CFX_DIBSource* m_pDIBSource; variable
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_image.cpp72 m_pDIBSource = NULL; in CPDF_Image()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h925 CFX_DIBSource* m_pDIBSource; variable
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1073 if (!pImage->m_pDIBSource || !pImage->m_pMask) { in CreateRFData()