Searched refs:hull (Results 1 – 2 of 2) sorted by relevance
83 static int hull(Vector2* points, int pointsLength, Vector2* retPoly);
155 int SpotShadow::hull(Vector2* points, int pointsLength, Vector2* retPoly) { in hull() function in android::uirenderer::SpotShadow785 int finalUmbraLength = hull(umbra, umbraLength, finalUmbra); in createSpotShadow()786 int finalPenumbraLength = hull(penumbra, penumbraLength, finalPenumbra); in createSpotShadow()