Home
last modified time | relevance | path

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

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