Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/utils/
H A DBlur.cpp105 const float* gPtr = weights; in horizontal() local
111 blurredPixel += currentPixel * gPtr[0]; in horizontal()
112 gPtr++; in horizontal()
127 blurredPixel += currentPixel * gPtr[0]; in horizontal()
128 gPtr++; in horizontal()
147 const float* gPtr = weights; in vertical() local
154 blurredPixel += currentPixel * gPtr[0]; in vertical()
155 gPtr++; in vertical()
171 blurredPixel += currentPixel * gPtr[0]; in vertical()
172 gPtr++; in vertical()