Searched refs:eLnext (Results 1 - 1 of 1) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dsweep.c1205 GLUhalfEdge *e, *eNext, *eLnext; local
1211 eLnext = e->Lnext;
1216 SpliceMergeVertices( tess, eLnext, e ); /* deletes e->Org */
1218 e = eLnext;
1219 eLnext = e->Lnext;
1221 if( eLnext->Lnext == e ) {
1224 if( eLnext != e ) {
1225 if( eLnext == eNext || eLnext == eNext->Sym ) { eNext = eNext->next; }
1226 if ( !__gl_meshDelete( eLnext ) ) longjm
[all...]

Completed in 43 milliseconds