Home
last modified time | relevance | path

Searched refs:centroid2d (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DShadowTessellator.h81 static Vector2 centroid2d(const Vector2* poly, int polyLength);
DShadowTessellator.cpp124 Vector2 ShadowTessellator::centroid2d(const Vector2* poly, int polyLength) { in centroid2d() function in android::uirenderer::ShadowTessellator
DTessellationCache.cpp239 Vector2 centroid = ShadowTessellator::centroid2d( in tessellateShadows()