Searched refs:intersectionLength (Results 1 – 2 of 2) sorted by relevance
68 const Vector2* intersection, int intersectionLength);
1109 const Vector2* intersection, int intersectionLength) { in testIntersection() argument1131 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) { in testIntersection()1149 dumpPolygon(intersection, intersectionLength, "intersection"); in testIntersection()1150 for (int i = 1; i < intersectionLength; i++) { in testIntersection()