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

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

Completed in 60 milliseconds