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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp1090 const Vector2* intersection, int intersectionLength) {
1112 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) {
1130 dumpPolygon(intersection, intersectionLength, "intersection");
1131 for (int i = 1; i < intersectionLength; i++) {
1088 testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2, int poly2Length, const Vector2* intersection, int intersectionLength) argument

Completed in 358 milliseconds