Searched refs:windingVertices (Results 1 – 1 of 1) sorted by relevance
221 GrTessellator::WindingVertex* windingVertices; in get_geometry() local222 int triVertexCount = GrTessellator::PathToVertices(linesOnlyPath, 0, bounds, &windingVertices); in get_geometry()225 SkPoint p1 = windingVertices[i].fPos; in get_geometry()226 SkPoint p2 = windingVertices[i + 1].fPos; in get_geometry()227 SkPoint p3 = windingVertices[i + 2].fPos; in get_geometry()228 int winding = windingVertices[i].fWinding; in get_geometry()229 SkASSERT(windingVertices[i + 1].fWinding == winding); in get_geometry()230 SkASSERT(windingVertices[i + 2].fWinding == winding); in get_geometry()254 delete[] windingVertices; in get_geometry()