Home | History | Annotate | Download | only in libtess

Lines Matching refs:Lnext

195     e = __gl_meshConnect( RegionBelow(reg)->eUp->Sym, reg->eUp->Lnext );
600 if ( !__gl_meshSplice( eUp->Lnext, eLo->Sym ) ) longjmp(tess->env,1);
708 if ( !__gl_meshSplice( eUp->Lnext, eLo->Oprev ) ) longjmp(tess->env,1);
1046 eNew = __gl_meshConnect( vEvent->anEdge->Sym, eUp->Lnext );
1211 eLnext = e->Lnext;
1213 if( VertEq( e->Org, e->Dst ) && e->Lnext->Lnext != e ) {
1219 eLnext = e->Lnext;
1221 if( eLnext->Lnext == e ) {
1291 assert( e->Lnext != e );
1293 if( e->Lnext->Lnext == e ) {