Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java223 Set<Object> intersection = new HashSet<Object>(expected); in assertEquals() local
224 intersection.retainAll(actual); in assertEquals()
229 + "\nIntersection: " + intersection); in assertEquals()
/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()
1151 Vector2 delta = intersection[i] - intersection[i - 1]; in testIntersection()