Searched refs:intersection (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/core/ktx/src/androidTest/java/androidx/core/util/
H A DRangeTest.kt44 @Test fun intersection() {
/frameworks/base/libs/hwui/
H A DSpotShadow.h67 int poly2Length, const Vector2* intersection,
H A DSpotShadow.cpp107 * Calculate the intersection of a ray with the line segment defined by two points.
121 // intersection point should stay on both the ray and the edge of (p1, p2).
158 * @return the number of points in the polygon 0 if no intersection
485 // Compute the umbra by the intersection from the outline's centroid!
630 // Allow some epsilon here since the later ray intersection did allow for some small
631 // floating point error, when the intersection point is slightly outside the segment.
788 // If the ray hit the polygon first, then return the intersection point as the
957 // shorter distance to the centroid, b/t the umbra vertex or the intersection point.
1061 * Test whether or not the polygon (intersection) is within the 2 input polygons.
1063 * intersection, the
1065 testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2, int poly2Length, const Vector2* intersection, int intersectionLength) argument
[all...]
/frameworks/minikin/libs/minikin/
H A DMeasuredText.cpp75 run->getBounds(textBuf, Range::intersection(runRange, range), layoutPieces);
/frameworks/minikin/include/minikin/
H A DRange.h76 inline static Range intersection(const Range& left, const Range& right) { function in class:minikin::Range
81 // an intersection.
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java226 Set<Object> intersection = new HashSet<Object>(expected);
227 intersection.retainAll(actual);
232 + "\nIntersection: " + intersection);
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp278 Vector<String16> intersection; local
280 protoServices.end(), std::back_inserter(intersection));
281 services = std::move(intersection);
/frameworks/base/tools/fonts/
H A Dfontchain_linter.py712 if record.scripts.intersection(cjk_scripts):
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3183 milliseconds