Searched refs:poly1Length (Results 1 – 2 of 2) sorted by relevance
66 static void testIntersection(const Vector2* poly1, int poly1Length,
1107 void SpotShadow::testIntersection(const Vector2* poly1, int poly1Length, in testIntersection() argument1113 for (int i = 0; i < poly1Length; i++) { in testIntersection()1132 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) { in testIntersection()1155 dumpPolygon(poly1, poly1Length, "poly 1"); in testIntersection()