Searched defs:polyLength (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | SpotShadow.cpp | 232 void SpotShadow::sort(Vector2* poly, int polyLength, const Vector2& center) { in sort() 414 float lightSize, const Vector3* poly, int polyLength, const Vector3& polyCentroid, in createSpotShadow() 692 const Vector2* polyToCentroid, int polyLength) { in findPolyIndex() 812 inline bool genPolyToCentroid(const Vector2* poly2d, int polyLength, in genPolyToCentroid() 835 const Vector2* poly2d, int polyLength, const Vector2* polyToCentroid, in getCloserVertex() 871 const Vector3* poly, int polyLength, VertexBuffer& shadowTriangleStrip, in generateTriangleStrip() 1061 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { in dumpPolygon() 1070 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { in dumpPolygon()
|
D | ShadowTessellator.cpp | 151 Vector2 ShadowTessellator::centroid2d(const Vector2* poly, int polyLength) { in centroid2d()
|