Home
last modified time | relevance | path

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

/external/skia/experimental/AndroidPathRenderer/
DGrAndroidPathRenderer.cpp66 ColorVertex* outVert = reinterpret_cast<ColorVertex*>(geo.vertices()); in onDrawPath() local
72 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()