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

/xsrc/external/mit/glu/dist/src/libtess/
H A Dmesh.h237 * __gl_meshZapFace( fZap ) destroys a face and removes it from the
238 * global face list. All edges of fZap will have a NULL pointer as their
258 void __gl_meshZapFace( GLUface *fZap );
H A Dmesh.c548 /* __gl_meshZapFace( fZap ) destroys a face and removes it from the
549 * global face list. All edges of fZap will have a NULL pointer as their
555 void __gl_meshZapFace( GLUface *fZap ) argument
557 GLUhalfEdge *eStart = fZap->anEdge;
591 fPrev = fZap->prev;
592 fNext = fZap->next;
596 memFree( fZap );

Completed in 6 milliseconds