Home
last modified time | relevance | path

Searched defs:centroid3d (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DShadowTessellator.cpp33 const Vector3& centroid3d, const Rect& casterBounds, in tessellateAmbientShadow()
DAmbientShadow.cpp167 const Vector3* casterVertices, int casterVertexCount, const Vector3& centroid3d, in createAmbientShadow()
DTessellationCache.cpp241 Vector3 centroid3d = {centroid.x, centroid.y, 0}; in tessellateShadows() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/shadowutil/
DSpotShadow.java76 private static void centroid3d(@NonNull float[] poly, int len, @NonNull float[] ret) { in centroid3d() method in SpotShadow