HomeSort by relevance Sort by last modified time
    Searched refs:Lface (Results 1 - 5 of 5) sorted by null

  /external/skia/third_party/glu/libtess/
mesh.c 99 e->Lface = NULL;
107 eSym->Lface = NULL;
199 e->Lface = fNew;
259 e->Lface = newLface;
315 * - if eOrg->Lface == eDst->Lface, one loop is split into two
316 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one
317 * In both cases, eDst->Lface is changed and eOrg->Lface is unaffected
    [all...]
render.c 163 /* eOrig->Lface is the face we want to render. We want to find the size
171 for( e = eOrig; ! Marked( e->Lface ); e = e->Onext ) {
172 AddToTrail( e->Lface, trail );
205 for( e = eOrig; ! Marked( e->Lface ); ++tailSize, e = e->Onext ) {
206 AddToTrail( e->Lface, trail );
209 if( Marked( e->Lface )) break;
210 AddToTrail( e->Lface, trail );
230 * we must start from eHead to guarantee inclusion of eOrig->Lface.
247 AddToTrail( e->Lface, tess->lonelyTriList );
296 while( ! Marked( e->Lface )) {
    [all...]
mesh.h 69 * its origin vertex (Org), the face on its left side (Lface), and the
151 GLUface *Lface; /* left face */
159 #define Rface Sym->Lface
184 * global list *before* the existing vertex or face (ie. e->Org or e->Lface).
208 * - if eOrg->Lface == eDst->Lface, one loop is split into two
209 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one
210 * In both cases, eDst->Lface is changed and eOrg->Lface is unaffected
    [all...]
tessmono.c 193 if( e->Rface->inside != e->Lface->inside ) {
196 e->winding = (e->Lface->inside) ? value : -value;
sweep.c 277 GLUface *f = e->Lface;
592 e->Lface->inside = regUp->inside;
742 * the mesh (ie. eUp->Lface) to be smaller than the faces in the
743 * unprocessed original contours (which will be eLo->Oprev->Lface).
    [all...]

Completed in 29 milliseconds