OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sumB
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp
78
int sumA = 0, sumR = 0, sumG = 0,
sumB
= 0;
84
sumB
+= SkGetPackedB32(*p);
94
(
sumB
* scale + half) >> 24);
100
sumB
-= SkGetPackedB32(l);
107
sumB
+= SkGetPackedB32(r);
SkMatrixConvolutionImageFilter.cpp
158
SkScalar sumA = 0, sumR = 0, sumG = 0,
sumB
= 0;
171
sumB
+= SkScalarMul(SkIntToScalar(SkGetPackedB32(s)), k);
179
int b = SkClampMax(SkScalarFloorToInt(SkScalarMul(
sumB
, fGain) + fBias), a);
/external/skia/src/effects/
SkBlurImageFilter.cpp
78
int sumA = 0, sumR = 0, sumG = 0,
sumB
= 0;
84
sumB
+= SkGetPackedB32(*p);
94
(
sumB
* scale + half) >> 24);
100
sumB
-= SkGetPackedB32(l);
107
sumB
+= SkGetPackedB32(r);
SkMatrixConvolutionImageFilter.cpp
158
SkScalar sumA = 0, sumR = 0, sumG = 0,
sumB
= 0;
171
sumB
+= SkScalarMul(SkIntToScalar(SkGetPackedB32(s)), k);
179
int b = SkClampMax(SkScalarFloorToInt(SkScalarMul(
sumB
, fGain) + fBias), a);
Completed in 101 milliseconds