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

/frameworks/base/libs/hwui/
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 61 milliseconds