Home | History | Annotate | Download | only in libtess

Lines Matching refs:eNext

1212   GLUhalfEdge *e, *eNext, *eLnext;
1216 for( e = eHead->next; e != eHead; e = eNext ) {
1217 eNext = e->next;
1232 if( eLnext == eNext || eLnext == eNext->Sym ) { eNext = eNext->next; }
1235 if( e == eNext || e == eNext->Sym ) { eNext = eNext->next; }