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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp667 float currentPixel = 0.0f; local
681 currentPixel = (float) (*i);
682 blurredPixel += currentPixel * gPtr[0];
697 currentPixel = (float) input[validW];
698 blurredPixel += currentPixel * gPtr[0];
711 float currentPixel = 0.0f; local
724 currentPixel = (float)(*i);
725 blurredPixel += currentPixel * gPtr[0];
741 currentPixel = (float) (*i);
742 blurredPixel += currentPixel * gPt
[all...]

Completed in 36 milliseconds