HomeSort by relevance Sort by last modified time
    Searched defs:ActiveRegion (Results 1 - 2 of 2) sorted by null

  /external/skia/third_party/glu/libtess/
sweep.h 61 * an ActiveRegion to represent the region between them. The active
66 struct ActiveRegion {
81 #define RegionBelow(r) ((ActiveRegion *) dictKey(dictPred((r)->nodeUp)))
82 #define RegionAbove(r) ((ActiveRegion *) dictKey(dictSucc((r)->nodeUp)))
mesh.h 53 typedef struct ActiveRegion ActiveRegion; /* Internal data */
154 ActiveRegion *activeRegion; /* a region with this upper edge (sweep.c) */
188 * Other internal data (v->data, v->activeRegion, f->data, f->marked,

Completed in 30 milliseconds