Home
last modified time | relevance | path

Searched defs:centroid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DShadowTessellator.cpp141 Vector2 centroid = poly[0]; in centroid2d() local
DAmbientShadow.cpp83 const Vector3& secondVertex, const Vector3& centroid) { in getEdgeExtraAndUpdateSpike()
DSpotShadow.cpp794 const Vector2& centroid, Vector2* polyToCentroid) { in genPolyToCentroid()
815 inline Vector2 getCloserVertex(const Vector2& umbraVertex, const Vector2& centroid, in getCloserVertex()
853 const Vector2& centroid) { in generateTriangleStrip()
DTessellationCache.cpp239 Vector2 centroid = ShadowTessellator::centroid2d( in tessellateShadows() local
/frameworks/base/core/java/android/gesture/
DGestureUtils.java499 … private static OrientedBoundingBox computeOrientedBoundingBox(float[] points, float[] centroid) { in computeOrientedBoundingBox()