Home
last modified time | relevance | path

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

/external/skia/src/gpu/
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.fTail, outerVertices.fHead, EdgeType::kOuter, c, in strokeBoundary()
567 fOuterMesh.append(outerVertices); in strokeBoundary()
/external/skqp/src/gpu/
DGrTessellator.cpp1884 VertexList outerVertices; in stroke_boundary() local
1970 if (!inversion(outerVertices.fTail, outerVertex1, prevEdge, c)) { in stroke_boundary()
1975 outerVertices.append(outerVertex1); in stroke_boundary()
1976 outerVertices.append(outerVertex2); in stroke_boundary()
1987 if (!inversion(outerVertices.fTail, outerVertex, prevEdge, c)) { in stroke_boundary()
1991 outerVertices.append(outerVertex); in stroke_boundary()
2003 if (!inversion(outerVertices.fTail, outerVertices.fHead, prevEdge, c)) { in stroke_boundary()
2017 for (Vertex* v = outerVertices.fHead; v && v->fNext; v = v->fNext) { in stroke_boundary()
2020 connect(outerVertices.fTail, outerVertices.fHead, Edge::Type::kOuter, c, alloc, outerWinding); in stroke_boundary()
2022 outerMesh->append(outerVertices); in stroke_boundary()
[all …]