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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp1107 void SpotShadow::testIntersection(const Vector2* poly1, int poly1Length, argument
1114 updateBound(poly1[i], lowerBound, upperBound);
1132 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1135 " not in the poly1",
1155 dumpPolygon(poly1, poly1Length, "poly 1");

Completed in 8 milliseconds