Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp505 Vertex* outerVertex2 = fAlloc->make<Vertex>(outerPoint2, 0); in strokeBoundary() local
507 innerVertex2->fPartner = outerVertex2; in strokeBoundary()
509 outerVertex2->fPartner = innerVertex2; in strokeBoundary()
519 outerVertices.append(outerVertex2); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2046 Vertex* outerVertex2 = alloc.make<Vertex>(outerPoint2, 0); in stroke_boundary() local
2048 innerVertex2->fPartner = outerVertex2; in stroke_boundary()
2050 outerVertex2->fPartner = innerVertex2; in stroke_boundary()
2060 outerVertices.append(outerVertex2); in stroke_boundary()