Home
last modified time | relevance | path

Searched refs:aBlendMode (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFilterProcessingSSE2.cpp34 BlendMode aBlendMode) { in ApplyBlending_SSE2() argument
36 aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h38 BlendMode aBlendMode);
150 BlendMode aBlendMode);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFilterProcessingSSE2.cpp34 BlendMode aBlendMode) { in ApplyBlending_SSE2() argument
36 aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h38 BlendMode aBlendMode);
150 BlendMode aBlendMode);
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFilterProcessingSSE2.cpp34 BlendMode aBlendMode) { in ApplyBlending_SSE2() argument
36 aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h38 BlendMode aBlendMode);
150 BlendMode aBlendMode);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFilterProcessingSSE2.cpp34 BlendMode aBlendMode) { in ApplyBlending_SSE2() argument
36 aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h38 BlendMode aBlendMode);
150 BlendMode aBlendMode);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFilterProcessingSSE2.cpp35 BlendMode aBlendMode) { in ApplyBlending_SSE2() argument
37 aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h38 BlendMode aBlendMode);
135 BlendMode aBlendMode);
H A DFilterProcessing.cpp56 BlendMode aBlendMode) { in ApplyBlending() argument
59 return ApplyBlending_SSE2(aInput1, aInput2, aBlendMode); in ApplyBlending()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFilterProcessingSSE2.cpp31 BlendMode aBlendMode) in ApplyBlending_SSE2() argument
33 return ApplyBlending_SIMD<__m128i,__m128i,__m128i>(aInput1, aInput2, aBlendMode); in ApplyBlending_SSE2()
H A DFilterProcessing.h36 …rface> ApplyBlending(DataSourceSurface* aInput1, DataSourceSurface* aInput2, BlendMode aBlendMode);
98 …> ApplyBlending_SSE2(DataSourceSurface* aInput1, DataSourceSurface* aInput2, BlendMode aBlendMode);
H A DFilterProcessing.cpp56 BlendMode aBlendMode) in ApplyBlending() argument
60 return ApplyBlending_SSE2(aInput1, aInput2, aBlendMode); in ApplyBlending()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/basic/
H A DBasicCompositor.cpp421 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoScale() argument
436 if (aBlendMode != CompositionOp::OP_OVER && aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoScale()
489 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoConvertAndScale() argument
510 if (aBlendMode != CompositionOp::OP_OVER && aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoConvertAndScale()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/basic/
H A DBasicCompositor.cpp442 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoScale() argument
457 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoScale()
458 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoScale()
509 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoConvertAndScale() argument
529 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoConvertAndScale()
530 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoConvertAndScale()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DEffects.h98 explicit EffectBlendMode(gfx::CompositionOp aBlendMode) in EffectBlendMode()
99 : Effect(EffectTypes::BLEND_MODE), mBlendMode(aBlendMode) {} in EffectBlendMode()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DEffects.h100 explicit EffectBlendMode(gfx::CompositionOp aBlendMode)
102 , mBlendMode(aBlendMode)
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DEffects.h97 explicit EffectBlendMode(gfx::CompositionOp aBlendMode) in EffectBlendMode()
98 : Effect(EffectTypes::BLEND_MODE), mBlendMode(aBlendMode) {} in EffectBlendMode()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DEffects.h96 explicit EffectBlendMode(gfx::CompositionOp aBlendMode) in EffectBlendMode()
97 : Effect(EffectTypes::BLEND_MODE), mBlendMode(aBlendMode) {} in EffectBlendMode()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DEffects.h97 explicit EffectBlendMode(gfx::CompositionOp aBlendMode) in EffectBlendMode()
98 : Effect(EffectTypes::BLEND_MODE), mBlendMode(aBlendMode) {} in EffectBlendMode()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DBasicCompositor.cpp476 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoScale() argument
491 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoScale()
492 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoScale()
543 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoConvertAndScale() argument
563 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoConvertAndScale()
564 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoConvertAndScale()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/basic/
H A DBasicCompositor.cpp468 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoScale() argument
483 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoScale()
484 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoScale()
535 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoConvertAndScale() argument
555 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoConvertAndScale()
556 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoConvertAndScale()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/basic/
H A DBasicCompositor.cpp476 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoScale() argument
491 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoScale()
492 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoScale()
543 gfx::Float aOpacity, CompositionOp aBlendMode, in AttemptVideoConvertAndScale() argument
563 if (aBlendMode != CompositionOp::OP_OVER && in AttemptVideoConvertAndScale()
564 aBlendMode != CompositionOp::OP_SOURCE) in AttemptVideoConvertAndScale()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/
H A DVisualActorGraphics.cpp222 …ctorGraphics::drawVertexChain(const VertexChain& vertexChain, int drawMode, BlendMode aBlendMode) { in drawVertexChain() argument
224 theVisualGraphics->drawVertexChain(vertexChain, drawMode, aBlendMode); in drawVertexChain()

123