Searched refs:poly2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.h | 67 const Vector2* poly2, int poly2Length,
|
D | SpotShadow.cpp | 1108 const Vector2* poly2, int poly2Length, in testIntersection() argument 1117 updateBound(poly2[i], lowerBound, upperBound); in testIntersection() 1139 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) { in testIntersection() 1156 dumpPolygon(poly2, poly2Length, "poly 2"); in testIntersection()
|