Lines Matching refs:aWeight
2213 … const double aWeight(aKernel.Calculate(fFilterFactor * (aCenter - static_cast< double>(j)))); in ImplCalculateContributions() local
2216 if(fabs(aWeight) < 0.0001) in ImplCalculateContributions()
2225 pWeights[nIndex] = aWeight; in ImplCalculateContributions()
2281 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionHor() local
2284 aSum += aWeight; in ImplScaleConvolutionHor()
2295 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionHor()
2296 aValueGreen += aWeight * aColor.GetGreen(); in ImplScaleConvolutionHor()
2297 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionHor()
2372 const double aWeight(pWeights[aIndex]); in ImplScaleConvolutionVer() local
2375 aSum += aWeight; in ImplScaleConvolutionVer()
2386 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionVer()
2387 aValueGreen += aWeight * aColor.GetGreen(); in ImplScaleConvolutionVer()
2388 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionVer()