Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Display/
DPixelManipulationTools.cs99 …utputPixel.RedChannel, outputPixel.GreenChannel, outputPixel.BlueChannel, outputPixel.AlphaChannel, in GenerateBlendMethod()
100 …tForegroundPixel.GreenChannel, inputForegroundPixel.BlueChannel, inputForegroundPixel.AlphaChannel, in GenerateBlendMethod()
101 …tBackgroundPixel.GreenChannel, inputBackgroundPixel.BlueChannel, inputBackgroundPixel.AlphaChannel, in GenerateBlendMethod()
103 …kgroundPixel.GreenChannel, contantBackgroundPixel.BlueChannel, contantBackgroundPixel.AlphaChannel, in GenerateBlendMethod()
117 …Expression.Assign(contantBackgroundPixel.AlphaChannel, Expression.Convert(Expression.Property(vBac… in GenerateBlendMethod()
133 …ssion.Assign(inputBackgroundPixel.AlphaChannel, Expression.Divide(Expression.Multiply(inputBackgro… in GenerateBlendMethod()
139 …Expression.Assign(inputBackgroundPixel.AlphaChannel, Expression.Convert(vBackBufferAlphaMultiplier… in GenerateBlendMethod()
148 …ssion.Assign(inputForegroundPixel.AlphaChannel, Expression.Divide(Expression.Multiply(inputForegro… in GenerateBlendMethod()
154 …Expression.Assign(inputForegroundPixel.AlphaChannel, Expression.Convert(vFrontBufferAlphaMultiplie… in GenerateBlendMethod()
165 inputBackgroundPixel.AlphaChannel, in GenerateBlendMethod()
[all …]