Home
last modified time | relevance | path

Searched refs:polyName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.h109 static void dumpPolygon(const Vector2* poly, int polyLength, const char* polyName);
110 static void dumpPolygon(const Vector3* poly, int polyLength, const char* polyName);
DSpotShadow.cpp1562 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()