Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DBlur.cpp97 float currentPixel = 0.0f; in horizontal() local
110 currentPixel = (float)(*i); in horizontal()
111 blurredPixel += currentPixel * gPtr[0]; in horizontal()
126 currentPixel = (float)input[validW]; in horizontal()
127 blurredPixel += currentPixel * gPtr[0]; in horizontal()
140 float currentPixel = 0.0f; in vertical() local
153 currentPixel = (float)(*i); in vertical()
154 blurredPixel += currentPixel * gPtr[0]; in vertical()
170 currentPixel = (float)(*i); in vertical()
171 blurredPixel += currentPixel * gPtr[0]; in vertical()