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

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

Completed in 116 milliseconds