Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp524 Vertex* outerVertex = fAlloc->make<Vertex>(outerPoint, 0); in strokeBoundary() local
525 innerVertex->fPartner = outerVertex; in strokeBoundary()
526 outerVertex->fPartner = innerVertex; in strokeBoundary()
530 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in strokeBoundary()
534 outerVertices.append(outerVertex); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2065 Vertex* outerVertex = alloc.make<Vertex>(outerPoint, 0); in stroke_boundary() local
2066 innerVertex->fPartner = outerVertex; in stroke_boundary()
2067 outerVertex->fPartner = innerVertex; in stroke_boundary()
2071 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in stroke_boundary()
2075 outerVertices.append(outerVertex); in stroke_boundary()