Searched refs:SetBitMask (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 104 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/ |
D | cpdf_imagerenderer.cpp | 500 m_pRenderStatus->GetRenderDevice()->SetBitMask( in StartBitmapAlpha() 531 m_Result = m_pRenderStatus->GetRenderDevice()->SetBitMask( in Continue()
|
D | cpdf_renderstatus.cpp | 1887 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/ |
D | cfx_renderdevice.h | 175 bool SetBitMask(const RetainPtr<CFX_DIBSource>& pBitmap,
|
D | cfx_renderdevice.cpp | 799 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/ |
D | cxfa_graphics.cpp | 295 device.SetBitMask(mask, i, j, m_info.fillColor.GetPattern()->m_foreArgb); in FillPathWithPattern()
|