Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.cpp959 bool isPolyCW = true; in checkPolyClockwise() local
965 isPolyCW = false; in checkPolyClockwise()
968 return isPolyCW; in checkPolyClockwise()
1273 bool isPolyCW = checkPolyClockwise(polyAngleLength, maxPolyAngleIndex, polyAngleList); in convertPolysToVerticesPerRay() local
1279 if (!isUmbraCW || !isPenumbraCW || !isPolyCW) { in convertPolysToVerticesPerRay()
1282 isUmbraCW, isPenumbraCW, isPolyCW); in convertPolysToVerticesPerRay()