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

/xsrc/external/mit/glu/dist/src/libtess/
H A Drender.c60 static struct FaceCount MaximumFan( GLUhalfEdge *eOrig );
61 static struct FaceCount MaximumStrip( GLUhalfEdge *eOrig );
158 static struct FaceCount MaximumFan( GLUhalfEdge *eOrig ) argument
160 /* eOrig->Lface is the face we want to render. We want to find the size
161 * of a maximal fan around eOrig->Org. To do this we just walk around
168 for( e = eOrig; ! Marked( e->Lface ); e = e->Onext ) {
172 for( e = eOrig; ! Marked( e->Rface ); e = e->Oprev ) {
185 static struct FaceCount MaximumStrip( GLUhalfEdge *eOrig ) argument
188 * eOrig->Org, eOrig
[all...]
H A Dmesh.c128 /* MakeVertex( newVertex, eOrig, vNext ) attaches a new vertex and makes it the
129 * origin of all edges in the vertex loop to which eOrig belongs. "vNext" gives
135 GLUhalfEdge *eOrig, GLUvertex *vNext )
150 vNew->anEdge = eOrig;
155 e = eOrig;
159 } while( e != eOrig );
162 /* MakeFace( newFace, eOrig, fNext ) attaches a new face and makes it the left
163 * face of all edges in the face loop to which eOrig belongs. "fNext" gives
168 static void MakeFace( GLUface *newFace, GLUhalfEdge *eOrig, GLUface *fNext ) argument
183 fNew->anEdge = eOrig;
134 MakeVertex(GLUvertex * newVertex,GLUhalfEdge * eOrig,GLUvertex * vNext) argument
[all...]

Completed in 3 milliseconds