Searched defs:eNew (Results 1 - 4 of 4) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dmesh.c440 /* __gl_meshAddEdgeVertex( eOrg ) creates a new edge eNew such that
441 * eNew == eOrg->Lnext, and eNew->Dst is a newly created vertex.
442 * eOrg and eNew will have the same left face.
447 GLUhalfEdge *eNew = MakeEdge( eOrg ); local
448 if (eNew == NULL) return NULL;
450 eNewSym = eNew->Sym;
453 Splice( eNew, eOrg->Lnext );
456 eNew->Org = eOrg->Dst;
461 MakeVertex( newVertex, eNewSym, eNew
475 GLUhalfEdge *eNew; local
510 GLUhalfEdge *eNew = MakeEdge( eOrg ); local
[all...]
H A Dsweep.c882 GLUhalfEdge *eNew; local
918 eNew = eLo->Oprev;
920 eNew = eUp;
922 eNew = __gl_meshConnect( eBottomLeft->Lprev, eNew );
923 if (eNew == NULL) longjmp(tess->env,1);
925 /* Prevent cleanup, otherwise eNew might disappear before we've even
928 AddRightEdges( tess, regUp, eNew, eNew->Onext, eNew
1020 GLUhalfEdge *eUp, *eLo, *eNew; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c65358 int eNew; /* New journal mode */ member in struct:vdbeExecUnion::OP_JournalMode_stack_vars
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65371 int eNew; /* New journal mode */ member in struct:vdbeExecUnion::OP_JournalMode_stack_vars
[all...]

Completed in 362 milliseconds