Searched refs:CompositeBitmap (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dwrite.cpp | 438 dib.CompositeBitmap( in DrawGlyphRun() 460 pBitmap_->CompositeBitmap( in DrawGlyphRun()
|
D | fx_win32_device.cpp | 1008 …!bitmap.CompositeBitmap(0, 0, width, height, pSource, pSrcRect->left, pSrcRect->top, FXDIB_BLEND_N… in SetDIBits()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 68 …pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pForeBitmap, rect.left, rec… in CompositeDIBitmap() 72 … pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pDIBitmap, in CompositeDIBitmap() 101 …pBackdrop->CompositeBitmap(left - back_left, top - back_top, pDIBitmap->GetWidth(), pDIBitmap->Get… in CompositeDIBitmap() 109 … pBackdrop1->CompositeBitmap(0, 0, pBackdrop->GetWidth(), pBackdrop->GetHeight(), pBackdrop, 0, 0); in CompositeDIBitmap()
|
D | fpdf_render.cpp | 1333 buffer.CompositeBitmap(0, 0, buffer.GetWidth(), buffer.GetHeight(), m_pBitmap, 0, 0); in OutputToDevice()
|
D | fpdf_render_pattern.cpp | 1073 screen.CompositeBitmap(start_x, start_y, width, height, pPatternBitmap, 0, 0); in DrawTilingPattern()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 355 if (!background.CompositeBitmap(0, 0, bg_pixel_width, bg_pixel_height, in SetDIBits()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 332 FX_BOOL CompositeBitmap(int dest_left, int dest_top, int width, int height,
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1498 pBack->CompositeBitmap(0, 0, pBack->GetWidth(), pBack->GetHeight(), m_pBitmap, 0, 0); in GetDIBits() 1525 return m_pBitmap->CompositeBitmap(left, top, pSrcRect->Width(), pSrcRect->Height(), pBitmap, in SetDIBits()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 388 … pDst->CompositeBitmap(0, 0, size_x, size_y, pBitmap, 0, 0, FXDIB_BLEND_NORMAL, NULL, FALSE, NULL); in FPDF_RenderPage()
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 1626 m_pDevice->CompositeBitmap(m_pTransformer->m_ResultLeft, m_pTransformer->m_ResultTop,
|
D | fx_dib_composite.cpp | 4095 FX_BOOL CFX_DIBitmap::CompositeBitmap(int dest_left, int dest_top, int width, int height, in CompositeBitmap() function in CFX_DIBitmap
|