Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathTessellator.cpp859 Vertex* tempVerticesData = tempVertices.editArray(); in tessellateLines() local
862 Vertex::set(&(tempVerticesData[0]), points[i + 0], points[i + 1]); in tessellateLines()
863 Vertex::set(&(tempVerticesData[1]), points[i + 2], points[i + 3]); in tessellateLines()
872 expandRectToCoverVertex(bounds, tempVerticesData[0]); in tessellateLines()
873 expandRectToCoverVertex(bounds, tempVerticesData[1]); in tessellateLines()