Searched defs:blend_mode (Results 26 - 26 of 26) sorted by path

12

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp322 FX_BOOL CFX_RenderDevice::SetDIBits(const CFX_DIBSource* pBitmap, int left, int top, int blend_mode, argument
340 if ((blend_mode != FXDIB_BLEND_NORMAL && !(m_RenderCaps & FXRC_BLEND_MODE)) ||
357 blend_mode, NULL, FALSE, pIccTransform)) {
363 return m_pDeviceDriver->SetDIBits(pBitmap, 0, &src_rect, dest_rect.left, dest_rect.top, blend_mode, 0, pIccTransform);
367 void* pIccTransform, int blend_mode)
375 return m_pDeviceDriver->StretchDIBits(pBitmap, 0, left, top, dest_width, dest_height, &clip_box, flags, 0, pIccTransform, blend_mode);
394 int alpha_flag, void* pIccTransform, int blend_mode)
396 return m_pDeviceDriver->StartDIBits(pBitmap, bitmap_alpha, argb, pMatrix, flags, handle, alpha_flag, pIccTransform, blend_mode);
365 StretchDIBits(const CFX_DIBSource* pBitmap, int left, int top, int dest_width, int dest_height, FX_DWORD flags, void* pIccTransform, int blend_mode) argument
392 StartDIBits(const CFX_DIBSource* pBitmap, int bitmap_alpha, FX_DWORD argb, const CFX_AffineMatrix* pMatrix, FX_DWORD flags, FX_LPVOID& handle, int alpha_flag, void* pIccTransform, int blend_mode) argument

Completed in 188 milliseconds

12