Searched defs:sumB (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp177 SkScalar sumA = 0, sumR = 0, sumG = 0, sumB = 0; local
190 sumB += SkGetPackedB32(s) * k;
198 int b = SkClampMax(SkScalarFloorToInt(sumB * fGain + fBias), a);

Completed in 121 milliseconds