Searched refs:newTopVertex (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | MiddleOutPolygonTriangulator.h | 77 StackVertex* newTopVertex, in PoppedTriangleStack() argument 82 , fNewTopVertex(newTopVertex) in PoppedTriangleStack() 155 StackVertex* newTopVertex = endVertex + 1; in pushVertex() local 157 SkASSERT(newTopVertex < fVertexStack + fStackAllocCount); // Is fStackAllocCount enough? in pushVertex() 159 return PoppedTriangleStack(this, pt, endVertex, newTopVertex, newTopValue); in pushVertex() 173 StackVertex* newTopVertex = fVertexStack; in closeAndMove() local 176 return PoppedTriangleStack(this, startPt, endVertex, newTopVertex, newTopValue); in closeAndMove()
|