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

/frameworks/base/libs/hwui/
H A DSpotShadow.h67 static void testIntersection(const Vector2* poly1, int poly1Length,
H A DSpotShadow.cpp1088 void SpotShadow::testIntersection(const Vector2* poly1, int poly1Length, argument
1095 updateBound(poly1[i], lowerBound, upperBound);
1113 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1116 " not in the poly1",
1136 dumpPolygon(poly1, poly1Length, "poly 1");

Completed in 45 milliseconds