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

/frameworks/base/libs/hwui/
H A 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);
H A DSpotShadow.cpp598 dumpPolygon(poly, polyLength, "input poly");
599 dumpPolygon(penumbra, penumbraLength, "penumbra");
600 dumpPolygon(umbra, umbraLength, "umbra");
1061 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1070 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1149 dumpPolygon(intersection, intersectionLength, "intersection");
1155 dumpPolygon(poly1, poly1Length, "poly 1");
1156 dumpPolygon(poly2, poly2Length, "poly 2");

Completed in 6368 milliseconds