Lines Matching refs:tmp
94 var tmp = Expression.Variable(typeof(uint)); in GenerateBlendMethod()
105 tmp in GenerateBlendMethod()
126 …From(backgroudBufferDescriptor, vBackBuffer, vBackClutBuffer, vBackPos, inputBackgroundPixel, tmp), in GenerateBlendMethod()
127 …(foregroundBufferDescriptor, vFrontBuffer, vFrontClutBuffer, vFrontPos, inputForegroundPixel, tmp), in GenerateBlendMethod()
264 var tmp = Expression.Variable(typeof(uint)); in GenerateConvertMethod()
269 …annel, vColor.BlueChannel, vColor.AlphaChannel, vInStep, vOutStep, vLength, vInPos, vOutPos, tmp }, in GenerateConvertMethod()
280 … GenerateFrom(inputBufferDescriptor, vInputBuffer, vClutBuffer, vInPos, vColor, tmp), in GenerateConvertMethod()
322 …ffer, ParameterExpression clutBuffer, Expression inPosition, PixelDescriptor color, Expression tmp) in GenerateFrom() argument
396 expressions.Add(Expression.Assign(tmp, color.AlphaChannel)); in GenerateFrom()
404 … }, clutBuffer, clutBuffer, Expression.Convert(clutOffset, typeof(int)), color, tmp)); in GenerateFrom()
406 expressions.Add(Expression.Assign(color.AlphaChannel, tmp)); in GenerateFrom()