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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp746 float totalDeltaLength = 0; local
759 totalDeltaLength += currentDeltaLength;
760 accumulatedDeltaLength[k] = totalDeltaLength;
770 if (totalDeltaLength != 0.0f) {
771 weightForCurrentPenumbra = accumulatedDeltaLength[k] / totalDeltaLength;

Completed in 49 milliseconds