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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp836 bool isPositiveCross, int& previousPolyIndex) {
841 // previousPolyIndex is updated for each item such that we can minimize the
843 previousPolyIndex = findPolyIndex(isPositiveCross, previousPolyIndex,
849 poly2d[previousPolyIndex], poly2d[(previousPolyIndex + 1) % polyLength]);
995 int previousPolyIndex = 0; local
1000 polyToCentroid, isPositiveCross, previousPolyIndex);
834 getCloserVertex(const Vector2& umbraVertex, const Vector2& centroid, const Vector2* poly2d, int polyLength, const Vector2* polyToCentroid, bool isPositiveCross, int& previousPolyIndex) argument

Completed in 8 milliseconds