Searched refs:testPointInsidePolygon (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.h55 static bool testPointInsidePolygon(const Vector2 testPoint, const Vector2* poly, int len);
H A DSpotShadow.cpp307 bool SpotShadow::testPointInsidePolygon(const Vector2 testPoint, function in class:android::uirenderer::SpotShadow
883 if (testPointInsidePolygon(centroid, poly2d, polyLength)) {
1131 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) {
1132 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1139 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) {

Completed in 91 milliseconds