Searched refs:DrawDIBits (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.h | 65 bool DrawDIBits(const CFX_DIBSource* pBitmap,
|
D | cfx_psrenderer.cpp | 349 return DrawDIBits(pSource, color, &matrix, 0); in SetDIBits() 363 return DrawDIBits(pSource, color, &matrix, flags); in StretchDIBits() 366 bool CFX_PSRenderer::DrawDIBits(const CFX_DIBSource* pSource, in DrawDIBits() function in CFX_PSRenderer
|
D | fx_win32_print.cpp | 479 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags); in StartDIBits()
|