Home
last modified time | relevance | path

Searched refs:intersectionLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.h68 const Vector2* intersection, int intersectionLength);
DSpotShadow.cpp1109 const Vector2* intersection, int intersectionLength) { in testIntersection() argument
1131 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) { in testIntersection()
1149 dumpPolygon(intersection, intersectionLength, "intersection"); in testIntersection()
1150 for (int i = 1; i < intersectionLength; i++) { in testIntersection()