Searched refs:SetBitMask (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 409 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()
|
D | fpdf_render_image.cpp | 44 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/ |
D | fx_ge_device.cpp | 377 FX_BOOL CFX_RenderDevice::SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD argb, in SetBitMask() function in CFX_RenderDevice
|
D | fx_ge_text.cpp | 274 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/ |
D | fx_ge.h | 419 FX_BOOL SetBitMask(const CFX_DIBSource* pBitmap, int left, int top, FX_DWORD color,
|