Searched refs:DrawDIBits (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_ps.cpp | 314 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform); in SetDIBits() 323 return DrawDIBits(pSource, color, &matrix, flags, alpha_flag, pIccTransform); in StretchDIBits() 325 FX_BOOL CFX_PSRenderer::DrawDIBits(const CFX_DIBSource* pSource, FX_DWORD color, in DrawDIBits() function in CFX_PSRenderer
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 406 … return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags, alpha_flag, pIccTransform); in StartDIBits()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 691 FX_BOOL DrawDIBits(const CFX_DIBSource* pBitmap, FX_DWORD color,
|