Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp503 Vertex* innerVertex2 = fAlloc->make<Vertex>(innerPoint2, 255); in strokeBoundary() local
507 innerVertex2->fPartner = outerVertex2; in strokeBoundary()
509 outerVertex2->fPartner = innerVertex2; in strokeBoundary()
517 innerVertices.append(innerVertex2); in strokeBoundary()
/third_party/flutter/skia/src/gpu/
DGrTessellator.cpp2044 Vertex* innerVertex2 = alloc.make<Vertex>(innerPoint2, 255); in stroke_boundary() local
2048 innerVertex2->fPartner = outerVertex2; in stroke_boundary()
2050 outerVertex2->fPartner = innerVertex2; in stroke_boundary()
2058 innerVertices.append(innerVertex2); in stroke_boundary()