Home
last modified time | relevance | path

Searched refs:DrawDIBits (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h66 bool DrawDIBits(const RetainPtr<CFX_DIBSource>& pBitmap,
Dcfx_psrenderer.cpp352 return DrawDIBits(pSource, color, &matrix, 0); in SetDIBits()
365 return DrawDIBits(pSource, color, &matrix, flags); in StretchDIBits()
368 bool CFX_PSRenderer::DrawDIBits(const RetainPtr<CFX_DIBSource>& pSource, in DrawDIBits() function in CFX_PSRenderer
Dfx_win32_print.cpp482 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags); in StartDIBits()