Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAmbientShadow.cpp95 const Vector3& secondVertex, const Vector3& centroid) { in getEdgeExtraAndUpdateSpike()
DShadowTessellator.cpp168 Vector2 centroid = poly[0]; in centroid2d() local
DSpotShadow.cpp813 const Vector2& centroid, Vector2* polyToCentroid) { in genPolyToCentroid()
834 inline Vector2 getCloserVertex(const Vector2& umbraVertex, const Vector2& centroid, in getCloserVertex()
872 const Vector2& centroid) { in generateTriangleStrip()
DTessellationCache.cpp243 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()