Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSpotShadow.h70 static void dumpPolygon(const Vector2* poly, int polyLength, const char* polyName);
71 static void dumpPolygon(const Vector3* poly, int polyLength, const char* polyName);
DSpotShadow.cpp598 dumpPolygon(poly, polyLength, "input poly"); in createSpotShadow()
599 dumpPolygon(penumbra, penumbraLength, "penumbra"); in createSpotShadow()
600 dumpPolygon(umbra, umbraLength, "umbra"); in createSpotShadow()
1061 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { in dumpPolygon() function in android::uirenderer::SpotShadow
1070 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { in dumpPolygon() function in android::uirenderer::SpotShadow
1149 dumpPolygon(intersection, intersectionLength, "intersection"); in testIntersection()
1155 dumpPolygon(poly1, poly1Length, "poly 1"); in testIntersection()
1156 dumpPolygon(poly2, poly2Length, "poly 2"); in testIntersection()