OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeUp
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
sweep.h
68
DictNode *
nodeUp
; /* dictionary node corresponding to eUp */
81
#define RegionBelow(r) ((ActiveRegion *) dictKey(dictPred((r)->
nodeUp
)))
82
#define RegionAbove(r) ((ActiveRegion *) dictKey(dictSucc((r)->
nodeUp
)))
sweep.c
162
dictDelete( tess->dict, reg->
nodeUp
); /* __gl_dictListDelete */
229
regNew->
nodeUp
= dictInsertBefore( tess->dict, regAbove->
nodeUp
, regNew );
230
if (regNew->
nodeUp
== NULL) longjmp(tess->env,1);
[
all
...]
Completed in 263 milliseconds