Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.h65 bool DrawDIBits(const CFX_DIBSource* pBitmap,
Dcfx_psrenderer.cpp349 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
Dfx_win32_print.cpp479 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags); in StartDIBits()