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

/frameworks/base/libs/hwui/utils/
H A DBlur.cpp97 float currentPixel = 0.0f; local
111 currentPixel = (float) (*i);
112 blurredPixel += currentPixel * gPtr[0];
127 currentPixel = (float) input[validW];
128 blurredPixel += currentPixel * gPtr[0];
141 float currentPixel = 0.0f; local
154 currentPixel = (float) (*i);
155 blurredPixel += currentPixel * gPtr[0];
171 currentPixel = (float) (*i);
172 blurredPixel += currentPixel * gPt
[all...]

Completed in 7 milliseconds