Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTessellationCache.cpp230 const Vertex& point2d = casterVertices2d[i]; in tessellateShadows() local
231 casterPolygon[i] = (Vector3){point2d.x, point2d.y, 0}; in tessellateShadows()