Searched refs:blurredPixel (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/
H A DrsdIntrinsicBlur.cpp97 float4 blurredPixel = 0; local
103 blurredPixel += pf * gPtr[0];
107 out->xyzw = blurredPixel;
130 float4 blurredPixel = 0; local
135 blurredPixel += pf * gp[0];
139 out->xyzw = blurredPixel;
148 float4 blurredPixel = 0; local
153 blurredPixel += pf * gPtr[0];
157 out->xyzw = convert_uchar4(blurredPixel);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdIntrinsicBlur.cpp97 float4 blurredPixel = 0; local
103 blurredPixel += pf * gPtr[0];
107 out->xyzw = blurredPixel;
130 float4 blurredPixel = 0; local
135 blurredPixel += pf * gp[0];
139 out->xyzw = blurredPixel;
148 float4 blurredPixel = 0; local
153 blurredPixel += pf * gPtr[0];
157 out->xyzw = convert_uchar4(blurredPixel);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp666 float blurredPixel = 0.0f; local
675 blurredPixel = 0.0f;
682 blurredPixel += currentPixel * gPtr[0];
698 blurredPixel += currentPixel * gPtr[0];
702 *output = (uint8_t)blurredPixel;
710 float blurredPixel = 0.0f; local
717 blurredPixel = 0.0f;
725 blurredPixel += currentPixel * gPtr[0];
742 blurredPixel += currentPixel * gPtr[0];
746 *output = (uint8_t) blurredPixel;
[all...]

Completed in 308 milliseconds