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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp560 dumpPolygon(poly, polyLength, "input poly");
561 dumpPolygon(penumbra, penumbraLength, "penumbra");
562 dumpPolygon(umbra, umbraLength, "umbra");
1031 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1040 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1119 dumpPolygon(intersection, intersectionLength, "intersection");
1125 dumpPolygon(poly1, poly1Length, "poly 1");
1126 dumpPolygon(poly2, poly2Length, "poly 2");

Completed in 11 milliseconds