Home | History | Annotate | Download | only in hwui

Lines Matching refs:poly1

1077 void SpotShadow::testIntersection(const Vector2* poly1, int poly1Length,
1084 updateBound(poly1[i], lowerBound, upperBound);
1102 if (!testPointInsidePolygon(testPoint, poly1, poly1Length)) {
1105 " not in the poly1",
1125 dumpPolygon(poly1, poly1Length, "poly 1");