Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java128 int lUpperSize = 2; in hull() local
131 lUpper[lUpperSize * 2 + 0] = points[i * 2 + 0]; in hull()
132 lUpper[lUpperSize * 2 + 1] = points[i * 2 + 1]; in hull()
133 lUpperSize++; in hull()
135 while (lUpperSize > 2 && !rightTurn( in hull()
136 lUpper[(lUpperSize - 3) * 2], lUpper[(lUpperSize - 3) * 2 + 1], in hull()
137 lUpper[(lUpperSize - 2) * 2], lUpper[(lUpperSize - 2) * 2 + 1], in hull()
138 lUpper[(lUpperSize - 1) * 2], lUpper[(lUpperSize - 1) * 2 + 1])) { in hull()
140 lUpper[(lUpperSize - 2) * 2 + 0] = lUpper[(lUpperSize - 1) * 2 + 0]; in hull()
141 lUpper[(lUpperSize - 2) * 2 + 1] = lUpper[(lUpperSize - 1) * 2 + 1]; in hull()
[all …]