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

/frameworks/base/libs/hwui/
H A DSpotShadow.h66 static void testIntersection(const Vector2* poly1, int poly1Length,
H A DSpotShadow.cpp1107 void SpotShadow::testIntersection(const Vector2* poly1, int poly1Length, argument
1113 for (int i = 0; i < poly1Length; i++) {
1132 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1155 dumpPolygon(poly1, poly1Length, "poly 1");

Completed in 105 milliseconds