Searched defs:pointsLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp141 * @param pointsLength the number of vertices of the polygon.
143 void SpotShadow::xsort(Vector2* points, int pointsLength) { argument
144 quicksortX(points, 0, pointsLength - 1);
151 * @param pointsLength the number of vertices of the polygon.
155 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) { argument
156 xsort(points, pointsLength);
157 int n = pointsLength;

Completed in 701 milliseconds