Home
last modified time | relevance | path

Searched refs:ssv (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp259 SSVertex* ssv = triangulator->fAlloc->make<SSVertex>(dest); in apply() local
268 prevEdge->fNext = nextEdge->fPrev = ssv; in apply()
269 ssv->fPrev = prevEdge; in apply()
270 ssv->fNext = nextEdge; in apply()

Completed in 2 milliseconds