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.cpp391 m_pDIBSource = m_Loader.m_pBitmap; in StartRenderDIBSource()
401m_pDIBSource = m_Loader.m_pBitmap = pGeneralState->m_pTransferFunc->TranslateImage(m_Loader.m_pBit… in StartRenderDIBSource()
412 if (m_pDIBSource->IsAlphaMask()) { in StartRenderDIBSource()
422 m_pClone = m_pDIBSource->Clone(); in StartRenderDIBSource()
424 m_pDIBSource = m_pClone; in StartRenderDIBSource()
441 if ((image_clip.Width() * m_pDIBSource->GetWidth() / image_rect.Width()) * in StartRenderDIBSource()
442 (image_clip.Height() * m_pDIBSource->GetHeight() / image_rect.Height()) > in StartRenderDIBSource()
534 m_pDIBSource = pDIBSource; in Start()
585 …if (image_render.Start(&bitmap_render, m_pDIBSource, 0xffffffff, 255, &new_matrix, m_Flags, TRUE))… in DrawPatternImage()
658 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, m_Flags, TRUE)) { in DrawMaskedImage()
[all …]
Dfpdf_render_loadimage.cpp42 CFX_DIBSource* pBitmap = m_pDIBSource; in DetachBitmap()
43 m_pDIBSource = NULL; in DetachBitmap()
54 m_pDIBSource = FX_NEW CPDF_DIBSource; in StartLoadDIBSource()
55 …int ret = ((CPDF_DIBSource*)m_pDIBSource)->StartLoadDIBSource(m_pDocument, m_pStream, TRUE, pFormR… in StartLoadDIBSource()
60 delete m_pDIBSource; in StartLoadDIBSource()
61 m_pDIBSource = NULL; in StartLoadDIBSource()
64 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask(); in StartLoadDIBSource()
65 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor; in StartLoadDIBSource()
70 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause); in Continue()
75 delete m_pDIBSource; in Continue()
[all …]
Drender_int.h237 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.h938 CFX_DIBSource* m_pDIBSource; variable
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp1082 if (!pImage->m_pDIBSource || !pImage->m_pMask) { in CreateRFData()