HomeSort by relevance Sort by last modified time
    Searched full:currentnormalindex (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/
SpotShadow.cpp 622 int currentNormalIndex = polyLength - 1;
630 outlineData[currentNormalIndex].normal = ShadowTessellator::calculateNormal(
631 outlineData[currentNormalIndex].position,
633 currentNormalIndex = (currentNormalIndex + 1) % polyLength;
    [all...]

Completed in 508 milliseconds