Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.h66 static bool checkPolyClockwise(int polyAngleLength, int maxPolyAngleIndex,
DSpotShadow.cpp957 bool SpotShadow::checkPolyClockwise(int polyAngleLength, int maxPolyAngleIndex, in checkPolyClockwise() function in android::uirenderer::SpotShadow
1273 bool isPolyCW = checkPolyClockwise(polyAngleLength, maxPolyAngleIndex, polyAngleList); in convertPolysToVerticesPerRay()