Home | History | Annotate | Download | only in gpu

Lines Matching refs:lastVertex

660     Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; }
1587 leftPoly = new_poly(&polys, leftPoly->lastVertex(),
1591 rightPoly = new_poly(&polys, rightPoly->lastVertex(),
1596 Edge* join = alloc.make<Edge>(leftPoly->lastVertex(), v, 1, Edge::Type::kInner);