HomeSort by relevance Sort by last modified time
    Searched refs:DrawDIBits (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 314 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform);
323 return DrawDIBits(pSource, color, &matrix, flags, alpha_flag, pIccTransform);
325 FX_BOOL CFX_PSRenderer::DrawDIBits(const CFX_DIBSource* pSource, FX_DWORD color,
  /external/pdfium/core/include/fxge/
fx_ge.h 693 FX_BOOL DrawDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 418 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags, alpha_flag, pIccTransform);

Completed in 56 milliseconds