Searched refs:polyName (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.h | 109 static void dumpPolygon(const Vector2* poly, int polyLength, const char* polyName); 110 static void dumpPolygon(const Vector3* poly, int polyLength, const char* polyName);
|
D | SpotShadow.cpp | 1562 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { in dumpPolygon() argument 1564 ALOGD("polygon %s i %d x %f y %f", polyName, i, poly[i].x, poly[i].y); in dumpPolygon() 1571 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { in dumpPolygon() argument 1573 ALOGD("polygon %s i %d x %f y %f", polyName, i, poly[i].x, poly[i].y); in dumpPolygon()
|