Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/utils/
H A DBlur.cpp96 float blurredPixel = 0.0f; in horizontal() local
104 blurredPixel = 0.0f; in horizontal()
111 blurredPixel += currentPixel * gPtr[0]; in horizontal()
127 blurredPixel += currentPixel * gPtr[0]; in horizontal()
131 *output = (uint8_t)blurredPixel; in horizontal()
139 float blurredPixel = 0.0f; in vertical() local
146 blurredPixel = 0.0f; in vertical()
154 blurredPixel += currentPixel * gPtr[0]; in vertical()
171 blurredPixel += currentPixel * gPtr[0]; in vertical()
175 *output = (uint8_t)blurredPixel; in vertical()