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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp1108 const Vector2* poly2, int poly2Length,
1117 updateBound(poly2[i], lowerBound, upperBound);
1139 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) {
1142 " not in the poly2",
1156 dumpPolygon(poly2, poly2Length, "poly 2");
1107 testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2, int poly2Length, const Vector2* intersection, int intersectionLength) argument

Completed in 9 milliseconds