Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_imagerenderer.cpp103 m_pDevice->SetBitMask(pBitmap, m_pTransformer->result().left, in Continue()
128 } else if (m_pDevice->SetBitMask(pDIBitmap, left, top, 0)) { in CompositeDIBitmap()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h123 bool SetBitMask(const RetainPtr<CFX_DIBBase>& pBitmap,
Dcfx_renderdevice.cpp784 bool CFX_RenderDevice::SetBitMask(const RetainPtr<CFX_DIBBase>& pBitmap, in SetBitMask() function in CFX_RenderDevice
974 return SetBitMask(bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
1037 SetBitMask(bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp510 m_pRenderStatus->GetRenderDevice()->SetBitMask( in StartBitmapAlpha()
579 m_Result = m_pRenderStatus->GetRenderDevice()->SetBitMask( in ContinueTransform()
Dcpdf_renderstatus.cpp991 m_pDevice->SetBitMask(glyph.m_pGlyph->GetBitmap(), point->x, point->y, in ProcessType3Text()
1071 m_pDevice->SetBitMask(pBitmap->GetBitmap(), left.ValueOrDie(), in ProcessType3Text()
1113 m_pDevice->SetBitMask(pBitmap, rect.left, rect.top, fill_argb); in ProcessType3Text()
1488 if (m_pDevice->SetBitMask(pDIBitmap, left, top, fill_argb)) { in CompositeDIBitmap()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp269 device.SetBitMask(mask, i, j, m_info.fillColor.GetPattern()->m_foreArgb); in FillPathWithPattern()