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

/frameworks/base/libs/hwui/
H A DSpotShadow.h71 static void dumpPolygon(const Vector2* poly, int polyLength, const char* polyName);
72 static void dumpPolygon(const Vector3* poly, int polyLength, const char* polyName);
H A DSpotShadow.cpp575 dumpPolygon(poly, polyLength, "input poly");
576 dumpPolygon(penumbra, penumbraLength, "penumbra");
577 dumpPolygon(umbra, umbraLength, "umbra");
1046 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1055 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { function in class:android::uirenderer::SpotShadow
1134 dumpPolygon(intersection, intersectionLength, "intersection");
1140 dumpPolygon(poly1, poly1Length, "poly 1");
1141 dumpPolygon(poly2, poly2Length, "poly 2");

Completed in 64 milliseconds