Home | History | Annotate | Download | only in libtess

Lines Matching refs:vNext

1311   GLUvertex *v, *vNext;
1328 vNext = (GLUvertex *)pqMinimum( tess->pq ); /* __gl_pqSortMinimum */
1329 if( vNext == NULL || ! VertEq( vNext, v )) break;
1345 vNext = (GLUvertex *)pqExtractMin( tess->pq ); /* __gl_pqSortExtractMin*/
1346 SpliceMergeVertices( tess, v->anEdge, vNext->anEdge );