Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTessellator.cpp595 Vertex* lastVertex() const { return fTail ? fTail->fLastEdge->fBottom : fFirstVertex; } in lastVertex() function
1437 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()