Home
last modified time | relevance | path

Searched refs:SetDIBitsWithBlend (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp106 m_pDevice->SetDIBitsWithBlend(pBitmap, m_pTransformer->result().left, in Continue()
139 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, BlendMode::kNormal); in CompositeDIBitmap()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h101 return SetDIBitsWithBlend(pBitmap, left, top, BlendMode::kNormal); in SetDIBits()
103 bool SetDIBitsWithBlend(const RetainPtr<CFX_DIBBase>& pBitmap,
Dcfx_renderdevice.cpp725 bool CFX_RenderDevice::SetDIBitsWithBlend(const RetainPtr<CFX_DIBBase>& pBitmap, in SetDIBitsWithBlend() function in CFX_RenderDevice
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp315 m_pRenderStatus->GetRenderDevice()->SetDIBitsWithBlend( in DrawPatternImage()
371 m_pRenderStatus->GetRenderDevice()->SetDIBitsWithBlend( in DrawMaskedImage()
585 m_Result = m_pRenderStatus->GetRenderDevice()->SetDIBitsWithBlend( in ContinueTransform()
Dcpdf_renderstatus.cpp1503 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, blend_mode); in CompositeDIBitmap()
1538 m_pDevice->SetDIBitsWithBlend(pDIBitmap, rect.left, rect.top, in CompositeDIBitmap()