Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp870 Vertex* tempVerticesData = tempVertices.editArray(); in tessellateLines() local
874 Vertex::set(&(tempVerticesData[0]), points[i + 0], points[i + 1]); in tessellateLines()
875 Vertex::set(&(tempVerticesData[1]), points[i + 2], points[i + 3]); in tessellateLines()
884 bounds.expandToCoverVertex(tempVerticesData[0].x, tempVerticesData[0].y); in tessellateLines()
885 bounds.expandToCoverVertex(tempVerticesData[1].x, tempVerticesData[1].y); in tessellateLines()