Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.cpp158 Vector2 lUpper[n]; in hull() local
159 lUpper[0] = points[0]; in hull()
160 lUpper[1] = points[1]; in hull()
165 lUpper[lUpperSize] = points[i]; in hull()
169 lUpper[lUpperSize - 3].x, lUpper[lUpperSize - 3].y, in hull()
170 lUpper[lUpperSize - 2].x, lUpper[lUpperSize - 2].y, in hull()
171 lUpper[lUpperSize - 1].x, lUpper[lUpperSize - 1].y)) { in hull()
173 lUpper[lUpperSize - 2].x = lUpper[lUpperSize - 1].x; in hull()
174 lUpper[lUpperSize - 2].y = lUpper[lUpperSize - 1].y; in hull()
203 retPoly[outIndex] = lUpper[i]; in hull()