Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.cpp179 Vector2 lLower[n]; in hull() local
180 lLower[0] = points[n - 1]; in hull()
181 lLower[1] = points[n - 2]; in hull()
186 lLower[lLowerSize] = points[i]; in hull()
190 lLower[lLowerSize - 3].x, lLower[lLowerSize - 3].y, in hull()
191 lLower[lLowerSize - 2].x, lLower[lLowerSize - 2].y, in hull()
192 lLower[lLowerSize - 1].x, lLower[lLowerSize - 1].y)) { in hull()
194 lLower[lLowerSize - 2] = lLower[lLowerSize - 1]; in hull()
208 retPoly[outIndex] = lLower[i]; in hull()