Searched refs:ePrev (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libtess/ | ||
| H A D | mesh.c | 73 GLUhalfEdge *ePrev; local in function:MakeEdge 86 ePrev = eNext->Sym->next; 87 eSym->next = ePrev; 88 ePrev->Sym->next = e; 206 GLUhalfEdge *ePrev, *eNext; local in function:KillEdge 213 ePrev = eDel->Sym->next; 214 eNext->Sym->next = ePrev; 215 ePrev->Sym->next = eNext; 749 GLUhalfEdge *e, *ePrev; local in function:__gl_meshCheckMesh 781 ePrev [all...] |
| H A D | sweep.c | 300 GLUhalfEdge *e, *ePrev; local in function:FinishLeftRegions 303 ePrev = regFirst->eUp; 308 if( e->Org != ePrev->Org ) { 322 e = __gl_meshConnect( ePrev->Lprev, e->Sym ); 327 /* Relink edges so that ePrev->Onext == e */ 328 if( ePrev->Onext != e ) { 330 if ( !__gl_meshSplice( ePrev, e ) ) longjmp(tess->env,1); 333 ePrev = reg->eUp; 336 return ePrev; 355 GLUhalfEdge *e, *ePrev; local in function:AddRightEdges [all...] |
Completed in 4 milliseconds