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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp284 bool SpotShadow::testPointInsidePolygon(const Vector2 testPoint, function in class:android::uirenderer::SpotShadow
864 if (testPointInsidePolygon(centroid, poly2d, polyLength)) {
1112 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) {
1113 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1120 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) {

Completed in 1616 milliseconds