Searched refs:ActiveRegion (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libtess/
H A Dsweep.h54 * an ActiveRegion to represent the region between them. The active
59 struct ActiveRegion { struct
74 #define RegionBelow(r) ((ActiveRegion *) dictKey(dictPred((r)->nodeUp)))
75 #define RegionAbove(r) ((ActiveRegion *) dictKey(dictSucc((r)->nodeUp)))
H A Dmesh.h46 typedef struct ActiveRegion ActiveRegion; /* Internal data */ typedef in typeref:struct:ActiveRegion
147 ActiveRegion *activeRegion; /* a region with this upper edge (sweep.c) */
H A Dsweep.c104 static void WalkDirtyRegions( GLUtesselator *tess, ActiveRegion *regUp );
105 static int CheckForRightSplice( GLUtesselator *tess, ActiveRegion *regUp );
107 static int EdgeLeq( GLUtesselator *tess, ActiveRegion *reg1,
108 ActiveRegion *reg2 )
151 static void DeleteRegion( GLUtesselator *tess, ActiveRegion *reg )
166 static int FixUpperEdge( ActiveRegion *reg, GLUhalfEdge *newEdge )
180 static ActiveRegion *TopLeftRegion( ActiveRegion *reg )
202 static ActiveRegion *TopRightRegion( ActiveRegion *re
[all...]

Completed in 5 milliseconds