Searched refs:testConvex (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.h | 103 static bool testConvex(const Vector2* polygon, int polygonLength,
|
D | SpotShadow.cpp | 349 testConvex(poly2, resultLength, "intersection"); in intersection() 350 testConvex(poly1, poly1Length, "input poly1"); in intersection() 351 testConvex(oldPoly2, oldPoly2Length, "input poly2"); in intersection() 1580 bool SpotShadow::testConvex(const Vector2* polygon, int polygonLength, in testConvex() function in android::uirenderer::SpotShadow
|