OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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