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

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

Completed in 1081 milliseconds