Searched defs:poly2Length (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp1089 const Vector2* poly2, int poly2Length,
1097 for (int i = 0; i < poly2Length; i++) {
1120 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) {
1137 dumpPolygon(poly2, poly2Length, "poly 2");
1088 testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2, int poly2Length, const Vector2* intersection, int intersectionLength) argument

Completed in 123 milliseconds