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