Searched refs:centroid2d (Results 1 – 3 of 3) sorted by relevance
81 static Vector2 centroid2d(const Vector2* poly, int polyLength);
124 Vector2 ShadowTessellator::centroid2d(const Vector2* poly, int polyLength) { in centroid2d() function in android::uirenderer::ShadowTessellator
239 Vector2 centroid = ShadowTessellator::centroid2d( in tessellateShadows()