Searched refs:poly1Length (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
1094 for (int i = 0; i < poly1Length; i++) {
1113 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1136 dumpPolygon(poly1, poly1Length, "poly 1");

Completed in 87 milliseconds