Home
last modified time | relevance | path

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

/external/skia/experimental/AndroidPathRenderer/
DGrAndroidPathRenderer.cpp67 android::uirenderer::AlphaVertex* inVert = in onDrawPath() local
72 outVert->pos.set(inVert->position[0], inVert->position[1]); in onDrawPath()
74 int coverage = static_cast<int>(inVert->alpha * 0xff); in onDrawPath()
77 ++inVert; in onDrawPath()