Searched defs:CPDF_DIBSource (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp100 CPDF_DIBSource* pSource = new CPDF_DIBSource;
101 if (pSource->Load(m_pDocument, m_pStream, (CPDF_DIBSource**)ppMask,
123 m_pDIBSource = new CPDF_DIBSource;
125 ((CPDF_DIBSource*)m_pDIBSource)
136 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask();
137 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSource)->m_MatteColor;
141 int ret = ((CPDF_DIBSource*)m_pDIBSource)->ContinueLoadDIBSource(pPause);
150 m_pMask = ((CPDF_DIBSource*)m_pDIBSource)->DetachMask();
151 m_MatteColor = ((CPDF_DIBSource*)m_pDIBSourc
154 CPDF_DIBSource::CPDF_DIBSource() { function in class:CPDF_DIBSource
[all...]
H A Drender_int.h477 class CPDF_DIBSource : public CFX_DIBSource { class in inherits:CFX_DIBSource
479 CPDF_DIBSource();
480 ~CPDF_DIBSource() override;
484 CPDF_DIBSource** ppMask,
522 CPDF_DIBSource* DetachMask();
523 CPDF_DIBSource* m_pMask;
537 CPDF_DIBSource* LoadMask(FX_DWORD& MatteColor);
538 CPDF_DIBSource* LoadMaskDIB(CPDF_Stream* pMask);

Completed in 713 milliseconds