Searched refs:tempVerticesData (Results 1 – 1 of 1) sorted by relevance
867 Vertex* tempVerticesData = &tempVertices.front(); in tessellateLines() local871 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()