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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dmesh.c111 /* Splice( a, b ) is best described by the Guibas/Stolfi paper or the
117 static void Splice( GLUhalfEdge *a, GLUhalfEdge *b ) function in typeref:typename:void
347 Splice( eDst, eOrg );
405 Splice( eDel, eDel->Oprev );
425 Splice( eDelSym, eDelSym->Oprev );
455 Splice( eNew, eOrg->Lnext );
484 Splice( eOrg->Sym, eOrg->Sym->Oprev );
485 Splice( eOrg->Sym, eNew );
524 Splice( eNew, eOrg->Lnext );
525 Splice( eNewSy
[all...]

Completed in 3 milliseconds