Searched defs:render_flags (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fxge/win32/
H A Dfx_win32_print.cpp165 uint32_t render_flags,
469 uint32_t render_flags,
479 return m_PSRenderer.DrawDIBits(pBitmap, color, pMatrix, render_flags);
161 StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, uint32_t color, const CFX_Matrix* pMatrix, uint32_t render_flags, void*& handle, int blend_type) argument
465 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, uint32_t color, const CFX_Matrix* pMatrix, uint32_t render_flags, void*& handle, int blend_type) argument
H A Dfx_win32_device.cpp1265 int render_flags) {
1275 pSource->StretchTo(dest_width, dest_height, render_flags, &bitmap_clip));
1356 uint32_t render_flags,
1258 UseFoxitStretchEngine(const CFX_DIBSource* pSource, uint32_t color, int dest_left, int dest_top, int dest_width, int dest_height, const FX_RECT* pClipRect, int render_flags) argument
1352 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, uint32_t color, const CFX_Matrix* pMatrix, uint32_t render_flags, void*& handle, int blend_type) argument
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device.cpp1953 uint32_t render_flags,
2005 pMatrix, render_flags, m_bRgbByteOrder, 0, nullptr);
1949 StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, uint32_t argb, const CFX_Matrix* pMatrix, uint32_t render_flags, void*& handle, int blend_type) argument

Completed in 537 milliseconds