Searched refs:outVert (Results 1 – 1 of 1) sorted by relevance
66 ColorVertex* outVert = reinterpret_cast<ColorVertex*>(geo.vertices()); in onDrawPath() local72 outVert->pos.set(inVert->position[0], inVert->position[1]); in onDrawPath()75 outVert->color = GrColorPackRGBA(coverage, coverage, coverage, coverage); in onDrawPath()76 ++outVert; in onDrawPath()