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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp575 dumpPolygon(poly, polyLength, "input poly");
576 dumpPolygon(penumbra, penumbraLength, "penumbra");
577 dumpPolygon(umbra, umbraLength, "umbra");
1042 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1051 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1130 dumpPolygon(intersection, intersectionLength, "intersection");
1136 dumpPolygon(poly1, poly1Length, "poly 1");
1137 dumpPolygon(poly2, poly2Length, "poly 2");

Completed in 472 milliseconds