Home
last modified time | relevance | path

Searched refs:maxAngle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.cpp904 float maxAngle = FLT_MIN; in setupAngleList() local
908 if (currentAngle > maxAngle) { in setupAngleList()
909 maxAngle = currentAngle; in setupAngleList()