Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp504 Vertex* outerVertex1 = fAlloc->make<Vertex>(outerPoint1, 0); in strokeBoundary() local
506 innerVertex1->fPartner = outerVertex1; in strokeBoundary()
508 outerVertex1->fPartner = innerVertex1; in strokeBoundary()
513 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in strokeBoundary()
518 outerVertices.append(outerVertex1); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2045 Vertex* outerVertex1 = alloc.make<Vertex>(outerPoint1, 0); in stroke_boundary() local
2047 innerVertex1->fPartner = outerVertex1; in stroke_boundary()
2049 outerVertex1->fPartner = innerVertex1; in stroke_boundary()
2054 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in stroke_boundary()
2059 outerVertices.append(outerVertex1); in stroke_boundary()