Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp523 Vertex* innerVertex = fAlloc->make<Vertex>(innerPoint, 255); in strokeBoundary() local
525 innerVertex->fPartner = outerVertex; in strokeBoundary()
526 outerVertex->fPartner = innerVertex; in strokeBoundary()
527 if (!inversion(innerVertices.fTail, innerVertex, prevEdge, c)) { in strokeBoundary()
533 innerVertices.append(innerVertex); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2064 Vertex* innerVertex = alloc.make<Vertex>(innerPoint, 255); in stroke_boundary() local
2066 innerVertex->fPartner = outerVertex; in stroke_boundary()
2067 outerVertex->fPartner = innerVertex; in stroke_boundary()
2068 if (!inversion(innerVertices.fTail, innerVertex, prevEdge, c)) { in stroke_boundary()
2074 innerVertices.append(innerVertex); in stroke_boundary()