Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DShadowTessellator.h83 static bool isClockwise(const Vector2* polygon, int len);
DShadowTessellator.cpp196 bool ShadowTessellator::isClockwise(const Vector2* polygon, int len) { in isClockwise() function in android::uirenderer::ShadowTessellator
242 return isClockwise(arrayForDirection.array(), arrayForDirection.size()); in isClockwisePath()
DSpotShadow.cpp238 if (!ShadowTessellator::isClockwise(poly1, poly1Length)) { in intersection()
241 if (!ShadowTessellator::isClockwise(poly2, poly2Length)) { in intersection()
471 if (!ShadowTessellator::isClockwise(polygon, len)) { in makeClockwise()