Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAATriangulator.cpp502 Vertex* innerVertex1 = fAlloc->make<Vertex>(innerPoint1, 255); in strokeBoundary() local
506 innerVertex1->fPartner = outerVertex1; in strokeBoundary()
508 outerVertex1->fPartner = innerVertex1; in strokeBoundary()
510 if (!inversion(innerVertices.fTail, innerVertex1, prevEdge, c)) { in strokeBoundary()
516 innerVertices.append(innerVertex1); in strokeBoundary()
/external/skqp/src/gpu/
DGrTessellator.cpp1959 Vertex* innerVertex1 = alloc.make<Vertex>(innerPoint1, 255); in stroke_boundary() local
1963 innerVertex1->fPartner = outerVertex1; in stroke_boundary()
1965 outerVertex1->fPartner = innerVertex1; in stroke_boundary()
1967 if (!inversion(innerVertices.fTail, innerVertex1, prevEdge, c)) { in stroke_boundary()
1973 innerVertices.append(innerVertex1); in stroke_boundary()