Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.h53 VertexAngleData* angleList, const char* name);
DSpotShadow.cpp931 bool SpotShadow::checkClockwise(int indexOfMaxAngle, int listLength, VertexAngleData* angleList, in checkClockwise() argument
939 float currentAngle = angleList[currentIndex].mAngle; in checkClockwise()
940 float nextAngle = angleList[(currentIndex + 1) % listLength].mAngle; in checkClockwise()