Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp409 m_pDevice->SetBitMask(&glyph.m_pGlyph->m_Bitmap, in ProcessType3Text()
468 …m_pDevice->SetBitMask(&pBitmap->m_Bitmap, origin_x + pBitmap->m_Left, origin_y - pBitmap->m_Top, f… in ProcessType3Text()
501 m_pDevice->SetBitMask(&bitmap, rect.left, rect.top, fill_argb); in ProcessType3Text()
Dfpdf_render_image.cpp44 if (m_pDevice->SetBitMask(pDIBitmap, left, top, fill_argb)) { in CompositeDIBitmap()
740 …m_pRenderStatus->m_pDevice->SetBitMask(pTransformed, left, top, ArgbEncode(0xff, m_BitmapAlpha, m_… in StartBitmapAlpha()
765 …m_pRenderStatus->m_pDevice->SetBitMask(m_pQuickStretcher->m_pBitmap, m_pQuickStretcher->m_ResultLe… in Continue()
783 m_Result = m_pRenderStatus->m_pDevice->SetBitMask(pBitmap, in Continue()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp377 FX_BOOL CFX_RenderDevice::SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb, in SetBitMask() function in CFX_RenderDevice
Dfx_ge_text.cpp274 return SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color); in DrawNormalText()
912 SetBitMask(&bitmap, bmp_rect.left, bmp_rect.top, fill_color, alpha_flag, pIccTransform); in DrawNormalText()
/external/pdfium/core/include/fxge/
Dfx_ge.h419 FX_BOOL SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD color,