Home | History | Annotate | Download | only in libtess

Lines Matching refs:Lnext

97   e->Lnext = eSym;
105 eSym->Lnext = e;
125 aOnext->Sym->Lnext = b;
126 bOnext->Sym->Lnext = a;
200 e = e->Lnext;
260 e = e->Lnext;
321 * If eDst == eOrg->Lnext, the new face will have a single edge.
441 * eNew == eOrg->Lnext, and eNew->Dst is a newly created vertex.
453 Splice( eNew, eOrg->Lnext );
470 * such that eNew == eOrg->Lnext. The new vertex is eOrg->Dst == eNew->Org.
503 * If (eOrg->Lnext == eDst), the old face is reduced to a single edge.
504 * If (eOrg->Lnext->Lnext == eDst), the old face is reduced to two edges.
522 Splice( eNew, eOrg->Lnext );
560 eNext = eStart->Lnext;
563 eNext = e->Lnext;
631 e->Lnext = NULL;
640 eSym->Lnext = NULL;
756 assert( e->Lnext->Onext->Sym == e );
757 assert( e->Onext->Sym->Lnext == e );
759 e = e->Lnext;
771 assert( e->Lnext->Onext->Sym == e );
772 assert( e->Onext->Sym->Lnext == e );
786 assert( e->Lnext->Onext->Sym == e );
787 assert( e->Onext->Sym->Lnext == e );