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

/frameworks/base/libs/hwui/
H A DSpotShadow.cpp1061 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { argument
1063 ALOGD("polygon %s i %d x %f y %f", polyName, i, poly[i].x, poly[i].y);
1070 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { argument
1072 ALOGD("polygon %s i %d x %f y %f", polyName, i, poly[i].x, poly[i].y);

Completed in 847 milliseconds