Searched refs:eDst (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | tessmono.c | 42 #define AddWinding(eDst,eSrc) (eDst->winding += eSrc->winding, \ 43 eDst->Sym->winding += eSrc->Sym->winding)
|
| H A D | mesh.h | 189 * __gl_meshSplice( eOrg, eDst ) is the basic operation for changing the 191 * eOrg->Onext <- OLD( eDst->Onext ) 192 * eDst->Onext <- OLD( eOrg->Onext ) 196 * - if eOrg->Org != eDst->Org, the two vertices are merged together 197 * - if eOrg->Org == eDst->Org, the origin is split into two vertices 198 * In both cases, eDst->Org is changed and eOrg->Org is untouched. 201 * - if eOrg->Lface == eDst->Lface, one loop is split into two 202 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one 203 * In both cases, eDst->Lface is changed and eOrg->Lface is unaffected. 221 * __gl_meshConnect( eOrg, eDst ) create [all...] |
| H A D | mesh.c | 305 /* __gl_meshSplice( eOrg, eDst ) is the basic operation for changing the 307 * eOrg->Onext <- OLD( eDst->Onext ) 308 * eDst->Onext <- OLD( eOrg->Onext ) 312 * - if eOrg->Org != eDst->Org, the two vertices are merged together 313 * - if eOrg->Org == eDst->Org, the origin is split into two vertices 314 * In both cases, eDst->Org is changed and eOrg->Org is untouched. 317 * - if eOrg->Lface == eDst->Lface, one loop is split into two 318 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one 319 * In both cases, eDst->Lface is changed and eOrg->Lface is unaffected. 322 * If eDst 328 __gl_meshSplice(GLUhalfEdge * eOrg,GLUhalfEdge * eDst) argument 508 __gl_meshConnect(GLUhalfEdge * eOrg,GLUhalfEdge * eDst) argument [all...] |
| H A D | sweep.c | 100 #define AddWinding(eDst,eSrc) (eDst->winding += eSrc->winding, \ 101 eDst->Sym->winding += eSrc->Sym->winding)
|
Completed in 6 milliseconds