Searched refs:totalDeltaLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp744 float totalDeltaLength = 0; local
757 totalDeltaLength += currentDeltaLength;
758 accumulatedDeltaLength[k] = totalDeltaLength;
768 if (totalDeltaLength != 0.0f) {
769 weightForCurrentPenumbra = accumulatedDeltaLength[k] / totalDeltaLength;

Completed in 143 milliseconds