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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp148 * compute the convex hull of a collection of Points
155 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) { function in class:android::uirenderer::SpotShadow
211 // TODO: Add test harness which verify that all the points are inside the hull.
611 int finalUmbraLength = hull(umbra, umbraLength, finalUmbra);
612 int finalPenumbraLength = hull(penumbra, penumbraLength, finalPenumbra);

Completed in 135 milliseconds