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