Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/geometry/
DGrAATriangulator.cpp532 Vertex* outerVertex = fAlloc->make<Vertex>(outerPoint, 0); in strokeBoundary() local
533 innerVertex->fPartner = outerVertex; in strokeBoundary()
534 outerVertex->fPartner = innerVertex; in strokeBoundary()
538 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in strokeBoundary()
542 outerVertices.append(outerVertex); in strokeBoundary()