Lines Matching defs:TRUE
42 #ifndef TRUE
43 #define TRUE 1
148 #define AddToTrail(f,t) ((f)->trail = (t), (t) = (f), (f)->marked = TRUE)
265 /* Set the "edge state" to TRUE just before we output the
294 e->Lface->marked = TRUE;
316 e->Lface->marked = TRUE;
322 e->Lface->marked = TRUE;
365 * If check==TRUE, we check that each triangle in the fan from v0 has a
438 * Returns TRUE if the polygon was successfully rendered. The rendering
451 return TRUE;
461 sign = ComputeNormal( tess, norm, TRUE );
468 return TRUE;
477 if( sign < 0 ) return TRUE;
480 if( sign > 0 ) return TRUE;
483 return TRUE;
501 return TRUE;