OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixUpperEdge
(Results
1 - 2
of
2
) sorted by null
/external/skia/third_party/glu/libtess/
sweep.h
76
GLboolean
fixUpperEdge
; /* marks temporary edges introduced when
sweep.c
89
* - if an edge is marked "
fixUpperEdge
" (it is a temporary edge introduced
154
if( reg->
fixUpperEdge
) {
167
static int
FixUpperEdge
( ActiveRegion *reg, GLUhalfEdge *newEdge )
172
assert( reg->
fixUpperEdge
);
174
reg->
fixUpperEdge
= FALSE;
194
if( reg->
fixUpperEdge
) {
197
if ( !
FixUpperEdge
( reg, e ) ) return NULL;
231
regNew->
fixUpperEdge
= FALSE;
306
regPrev->
fixUpperEdge
= FALSE; /* placement was OK */
310
if( ! reg->
fixUpperEdge
) {
[
all
...]
Completed in 88 milliseconds