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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp729 float totalDeltaLength = 0; local
742 totalDeltaLength += currentDeltaLength;
743 accumulatedDeltaLength[k] = totalDeltaLength;
753 if (totalDeltaLength != 0.0f) {
754 weightForCurrentPenumbra = accumulatedDeltaLength[k] / totalDeltaLength;

Completed in 222 milliseconds