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

/frameworks/base/libs/hwui/
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).
159 * @return the number of points in the polygon 0 if no intersection
497 // Compute the umbra by the intersection from the outline's centroid!
642 // Allow some epsilon here since the later ray intersection did allow for some small
643 // floating point error, when the intersection point is slightly outside the segment.
798 // If the ray hit the polygon first, then return the intersection point as the
968 // shorter distance to the centroid, b/t the umbra vertex or the intersection point.
1073 * Test whether or not the polygon (intersection) is within the 2 input polygons.
1075 * intersection, the
1077 testIntersection(const Vector2* poly1, int poly1Length, const Vector2* poly2, int poly2Length, const Vector2* intersection, int intersectionLength) argument
[all...]
/frameworks/native/libs/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1727 std::set<android_color_mode_t> intersection; local
1731 std::inserter(intersection, intersection.begin()));
1732 std::swap(intersection, mColorModes);
/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 115 milliseconds