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
849 if (testPointInsidePolygon(centroid, poly2d, polyLength)) {
1101 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) {
1102 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1109 if (!testPointInsidePolygon(testPoint, poly2, poly2Length)) {

Completed in 52 milliseconds