Home
last modified time | relevance | path

Searched refs:CompositeMask (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp75 pClone->CompositeMask(0, 0, pClone->GetWidth(), pClone->GetHeight(), pDIBitmap, in CompositeDIBitmap()
104 …pBackdrop->CompositeMask(left - back_left, top - back_top, pDIBitmap->GetWidth(), pDIBitmap->GetHe… in CompositeDIBitmap()
Dfpdf_render_pattern.cpp1075 … screen.CompositeMask(start_x, start_y, width, height, pPatternBitmap, fill_argb, 0, 0); in DrawTilingPattern()
/external/pdfium/core/include/fxge/
Dfx_dib.h339 FX_BOOL CompositeMask(int dest_left, int dest_top, int width, int height,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp993 …!background.CompositeMask(0, 0, width, height, pSource, color, 0, 0, FXDIB_BLEND_NORMAL, NULL, FAL… in SetDIBits()
1068 …!background.CompositeMask(0, 0, clip_width, clip_height, pStretched, color, 0, 0, FXDIB_BLEND_NORM… in StretchDIBits()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp1463 …m_pBitmap->CompositeMask(draw_rect.left, draw_rect.top, draw_rect.Width(), draw_rect.Height(), (co… in FillRect()
1523 … return m_pBitmap->CompositeMask(left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, argb, in SetDIBits()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp323 if (!bitmap.CompositeMask(left, top, ncols, nrows, pGlyph, fill_color, in DrawNormalText()
1421 pDib->CompositeMask(x + left, y - top, bmwidth, bmheight, &mask, argb, 0, 0); in _OutputGlyph()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp1619 m_pDevice->CompositeMask(m_pTransformer->m_ResultLeft, m_pTransformer->m_ResultTop,
Dfx_dib_composite.cpp4145 FX_BOOL CFX_DIBitmap::CompositeMask(int dest_left, int dest_top, int width, int height, in CompositeMask() function in CFX_DIBitmap