Home
last modified time | relevance | path

Searched refs:outerVertices (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp427 VertexList outerVertices; in strokeBoundary() local
513 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in strokeBoundary()
518 outerVertices.append(outerVertex1); in strokeBoundary()
519 outerVertices.append(outerVertex2); in strokeBoundary()
530 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in strokeBoundary()
534 outerVertices.append(outerVertex); in strokeBoundary()
546 if (!inversion(outerVertices.fTail, outerVertices.fHead, prevEdge, c)) { in strokeBoundary()
561 for (Vertex* v = outerVertices.fHead; v && v->fNext; v = v->fNext) { in strokeBoundary()
564 this->makeConnectingEdge(outerVertices in strokeBoundary()
[all...]

Completed in 2 milliseconds