Home
last modified time | relevance | path

Searched refs:blendType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp562 int blendType, in SetDIBits() argument
668 int blend_mode = blendType; in SetDIBits()
669 if (FXDIB_BLEND_HARDLIGHT == blendType) { in SetDIBits()
671 } else if (FXDIB_BLEND_SOFTLIGHT == blendType) { in SetDIBits()
673 } else if (blendType >= FXDIB_BLEND_NONSEPARABLE && blendType <= FXDIB_BLEND_LUMINOSITY) { in SetDIBits()
674 blend_mode = blendType - 9; in SetDIBits()
675 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) { in SetDIBits()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h86 …eObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NO…
226 …eObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NO…
228 …st CFX_AffineMatrix* pImage2Device, FX_DWORD flags, FX_BOOL bStdCS, int blendType = FXDIB_BLEND_NO…
Dfpdf_render_image.cpp510 …s, const CPDF_PageObject* pObj, const CFX_AffineMatrix* pObj2Device, FX_BOOL bStdCS, int blendType) in Start() argument
515 m_BlendType = blendType; in Start()
531 …bitmap_alpha, const CFX_AffineMatrix* pImage2Device, FX_DWORD flags, FX_BOOL bStdCS, int blendType) in Start() argument
540 m_BlendType = blendType; in Start()