Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp104 m_pDevice->SetBitMask(pBitmap, m_pTransformer->result().left, in Continue()
129 } else if (m_pDevice->SetBitMask(pDIBitmap, left, top, 0)) { in CompositeDIBitmap()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp500 m_pRenderStatus->GetRenderDevice()->SetBitMask( in StartBitmapAlpha()
531 m_Result = m_pRenderStatus->GetRenderDevice()->SetBitMask( in Continue()
Dcpdf_renderstatus.cpp1887 m_pDevice->SetBitMask(glyph.m_pGlyph->m_pBitmap, in ProcessType3Text()
1952 m_pDevice->SetBitMask(pBitmap->m_pBitmap, origin.x + pBitmap->m_Left, in ProcessType3Text()
2006 m_pDevice->SetBitMask(pBitmap, rect.left, rect.top, fill_argb); in ProcessType3Text()
2479 if (m_pDevice->SetBitMask(pDIBitmap, left, top, fill_argb)) { in CompositeDIBitmap()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h175 bool SetBitMask(const RetainPtr<CFX_DIBSource>& pBitmap,
Dcfx_renderdevice.cpp799 bool CFX_RenderDevice::SetBitMask(const RetainPtr<CFX_DIBSource>& pBitmap, in SetBitMask() function in CFX_RenderDevice
1006 return SetBitMask(bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
1080 SetBitMask(bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp295 device.SetBitMask(mask, i, j, m_info.fillColor.GetPattern()->m_foreArgb); in FillPathWithPattern()