Home
last modified time | relevance | path

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

/external/skia/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 …]
/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 …]