Searched refs:vertsEnd (Results 1 – 1 of 1) sorted by relevance
1448 GrTessellator::WindingVertex* vertsEnd = *verts; in PathToVertices() local1456 vertsEnd->fPos = *start; in PathToVertices()1457 vertsEnd->fWinding = poly->fWinding; in PathToVertices()1459 ++vertsEnd; in PathToVertices()1463 int actualCount = static_cast<int>(vertsEnd - *verts); in PathToVertices()