Searched refs:lastVertex (Results 1 – 1 of 1) sorted by relevance
595 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; } in lastVertex() function1437 leftPoly = new_poly(&polys, leftPoly->lastVertex(), in tessellate()1441 rightPoly = new_poly(&polys, rightPoly->lastVertex(), in tessellate()1446 Edge* join = alloc.make<Edge>(leftPoly->lastVertex(), v, 1, Edge::Type::kInner); in tessellate()