Searched refs:blendType (Results 1 – 4 of 4) sorted by relevance
513 int blendType, in SetDIBits() argument611 int blend_mode = blendType; in SetDIBits()612 if (FXDIB_BLEND_HARDLIGHT == blendType) { in SetDIBits()614 } else if (FXDIB_BLEND_SOFTLIGHT == blendType) { in SetDIBits()616 } else if (blendType >= FXDIB_BLEND_NONSEPARABLE && in SetDIBits()617 blendType <= FXDIB_BLEND_LUMINOSITY) { in SetDIBits()618 blend_mode = blendType - 9; in SetDIBits()619 } else if (blendType > FXDIB_BLEND_LUMINOSITY || blendType < 0) { in SetDIBits()
110 int blendType = FXDIB_BLEND_NORMAL) = 0;334 int blendType = FXDIB_BLEND_NORMAL) override;344 int blendType = FXDIB_BLEND_NORMAL);
462 int blendType) { in Start() argument466 m_BlendType = blendType; in Start()487 int blendType) { in Start() argument495 m_BlendType = blendType; in Start()
483 int blendType = FXDIB_BLEND_NORMAL);540 int blendType) { in Start() argument547 m_BlendType = blendType; in Start()