Searched refs:m_pDIBSource (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 78 m_pDIBSource = m_Loader.m_pBitmap; in StartRenderDIBSource() 89 m_pDIBSource = m_Loader.m_pBitmap = in StartRenderDIBSource() 99 if (m_pDIBSource->IsAlphaMask()) { in StartRenderDIBSource() 109 RetainPtr<CFX_DIBitmap> pClone = m_pDIBSource->Clone(nullptr); in StartRenderDIBSource() 114 m_pDIBSource = pClone; in StartRenderDIBSource() 200 m_pDIBSource = pDIBSource; in Start() 308 CalculateDrawImage(&bitmap_device1, &bitmap_device2, m_pDIBSource, in DrawPatternImage() 343 if (image_render.Start(&bitmap_render, m_pDIBSource, 0, 255, &new_matrix, in DrawMaskedImage() 375 if (!(m_Flags & RENDER_FORCE_DOWNSAMPLE) && m_pDIBSource->GetBPP() > 1) { in StartDIBSource() 376 FX_SAFE_SIZE_T image_size = m_pDIBSource->GetBPP(); in StartDIBSource() [all …]
|
D | cpdf_imagerenderer.h | 72 RetainPtr<CFX_DIBSource> m_pDIBSource; variable
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 21 m_pDIBSource(pDIBSource) {} in CXFA_ImageRenderer() 26 if (m_pDevice->StartDIBitsWithBlend(m_pDIBSource, 255, 0, &m_ImageMatrix, in Start() 41 RetainPtr<CFX_DIBSource> pDib = m_pDIBSource; in Start() 42 if (m_pDIBSource->HasAlpha() && in Start() 45 m_pCloneConvert = m_pDIBSource->CloneConvert(FXDIB_Rgb); in Start() 65 if (m_pDIBSource->IsOpaqueImage()) { in Start() 67 m_pDIBSource, dest_left, dest_top, dest_width, dest_height, in Start() 72 if (m_pDIBSource->IsAlphaMask()) { in Start() 73 if (m_pDevice->StretchBitMaskWithFlags(m_pDIBSource, dest_left, dest_top, in Start() 86 RetainPtr<CFX_DIBitmap> pStretched = m_pDIBSource->StretchTo( in Start()
|
D | cxfa_imagerenderer.h | 40 RetainPtr<CFX_DIBSource> m_pDIBSource; variable
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_image.cpp | 344 return std::move(m_pDIBSource); in DetachBitmap() 361 m_pDIBSource.Reset(); in StartLoadDIBSource() 364 m_pDIBSource = source; in StartLoadDIBSource() 374 RetainPtr<CPDF_DIBSource> pSource = m_pDIBSource.As<CPDF_DIBSource>(); in Continue() 377 m_pDIBSource.Reset(); in Continue()
|
D | cpdf_image.h | 61 RetainPtr<CFX_DIBSource> m_pDIBSource; variable
|