Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp867 Vertex* tempVerticesData = &tempVertices.front(); in tessellateLines() local
871 Vertex::set(&(tempVerticesData[0]), points[i + 0], points[i + 1]); in tessellateLines()
872 Vertex::set(&(tempVerticesData[1]), points[i + 2], points[i + 3]); in tessellateLines()
881 bounds.expandToCover(tempVerticesData[0].x, tempVerticesData[0].y); in tessellateLines()
882 bounds.expandToCover(tempVerticesData[1].x, tempVerticesData[1].y); in tessellateLines()