Searched refs:lUpper (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/ |
D | SpotShadow.java | 112 float[] lUpper = new float[n * 2]; in hull() local 113 lUpper[0] = points[0]; in hull() 114 lUpper[1] = points[1]; in hull() 115 lUpper[2] = points[2]; in hull() 116 lUpper[3] = points[3]; in hull() 121 lUpper[lUpperSize * 2 + 0] = points[i * 2 + 0]; in hull() 122 lUpper[lUpperSize * 2 + 1] = points[i * 2 + 1]; in hull() 126 !rightTurn(lUpper[(lUpperSize - 3) * 2], lUpper[(lUpperSize - 3) * 2 + 1], in hull() 127 lUpper[(lUpperSize - 2) * 2], lUpper[(lUpperSize - 2) * 2 + 1], in hull() 128 lUpper[(lUpperSize - 1) * 2], lUpper[(lUpperSize - 1) * 2 + 1])) { in hull() [all …]
|
/frameworks/base/libs/hwui/ |
D | SpotShadow.cpp | 164 Vector2 lUpper[n]; in hull() local 165 lUpper[0] = points[0]; in hull() 166 lUpper[1] = points[1]; in hull() 171 lUpper[lUpperSize] = points[i]; in hull() 175 lUpper[lUpperSize - 3].x, lUpper[lUpperSize - 3].y, in hull() 176 lUpper[lUpperSize - 2].x, lUpper[lUpperSize - 2].y, in hull() 177 lUpper[lUpperSize - 1].x, lUpper[lUpperSize - 1].y)) { in hull() 179 lUpper[lUpperSize - 2].x = lUpper[lUpperSize - 1].x; in hull() 180 lUpper[lUpperSize - 2].y = lUpper[lUpperSize - 1].y; in hull() 209 retPoly[outIndex] = lUpper[i]; in hull()
|