Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/geometry/
DGrAATriangulator.cpp513 Vertex* outerVertex2 = fAlloc->make<Vertex>(outerPoint2, 0); in strokeBoundary() local
515 innerVertex2->fPartner = outerVertex2; in strokeBoundary()
517 outerVertex2->fPartner = innerVertex2; in strokeBoundary()
527 outerVertices.append(outerVertex2); in strokeBoundary()