Home
last modified time | relevance | path

Searched refs:poly2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.h67 const Vector2* poly2, int poly2Length,
DSpotShadow.cpp1108 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()