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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp653 inline int findPolyIndex(bool isPositiveCross, int startPolyIndex, const Vector2& umbraDir, argument
657 int currentIndex = (i + startPolyIndex) % polyLength;
670 LOG_ALWAYS_FATAL("Can't find the right polygon's edge from startPolyIndex %d", startPolyIndex);

Completed in 47 milliseconds