Home
last modified time | relevance | path

Searched defs:polyLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSpotShadow.cpp238 void SpotShadow::sort(Vector2* poly, int polyLength, const Vector2& center) { in sort()
391 float lightSize, const Vector3* poly, int polyLength, const Vector3& polyCentroid, in createSpotShadow()
669 const Vector2* polyToCentroid, int polyLength) { in findPolyIndex()
793 inline bool genPolyToCentroid(const Vector2* poly2d, int polyLength, in genPolyToCentroid()
816 const Vector2* poly2d, int polyLength, const Vector2* polyToCentroid, in getCloserVertex()
852 const Vector3* poly, int polyLength, VertexBuffer& shadowTriangleStrip, in generateTriangleStrip()
1042 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { in dumpPolygon()
1051 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { in dumpPolygon()
DShadowTessellator.cpp124 Vector2 ShadowTessellator::centroid2d(const Vector2* poly, int polyLength) { in centroid2d()