Searched refs:isClockwise (Results 1 – 3 of 3) sorted by relevance
83 static bool isClockwise(const Vector2* polygon, int len);
196 bool ShadowTessellator::isClockwise(const Vector2* polygon, int len) { in isClockwise() function in android::uirenderer::ShadowTessellator242 return isClockwise(arrayForDirection.array(), arrayForDirection.size()); in isClockwisePath()
238 if (!ShadowTessellator::isClockwise(poly1, poly1Length)) { in intersection()241 if (!ShadowTessellator::isClockwise(poly2, poly2Length)) { in intersection()471 if (!ShadowTessellator::isClockwise(polygon, len)) { in makeClockwise()