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
111 currentPixel = (float) (*i); in horizontal()
112 blurredPixel += currentPixel * gPtr[0]; in horizontal()
127 currentPixel = (float) input[validW]; in horizontal()
128 blurredPixel += currentPixel * gPtr[0]; in horizontal()
141 float currentPixel = 0.0f; in vertical() local
154 currentPixel = (float) (*i); in vertical()
155 blurredPixel += currentPixel * gPtr[0]; in vertical()
171 currentPixel = (float) (*i); in vertical()
172 blurredPixel += currentPixel * gPtr[0]; in vertical()