Searched refs:O_trim (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DdataTransform.h55 directedLine* o_trim_to_DLineLoops(O_trim* trim);
H A Dreader.h47 struct O_trim;
94 struct O_trim : public PooledObj { struct in inherits:PooledObj
96 O_trim * next; /* next loop along trim */
98 O_trim() { next = 0; o_curve = 0; save = 0; } function in struct:O_trim
114 O_trim * o_trim; /* list of trim loops */
H A Dnurbstess.h117 void do_freebgntrim( O_trim * );
125 void do_bgntrim( O_trim * );
158 O_trim** nextTrim; /* place to link o_trim */
165 O_trim* currentTrim;
H A Dnurbstess.cc271 for( O_trim *trim = currentSurface->o_trim; trim; trim = trim->next ) {
317 for( O_trim *o_trim = currentSurface->o_trim; o_trim; ) {
318 O_trim *next_o_trim = o_trim->next;
376 NurbsTessellator::do_freebgntrim( O_trim *o_trim )
389 NurbsTessellator::do_bgntrim( O_trim *o_trim )
H A DdataTransform.cc196 directedLine* o_trim_to_DLineLoops(O_trim* trim)
198 O_trim* temp;
H A Dnurbsinterfac.cc73 o_trimPool( sizeof( O_trim ), 32, "o_trimPool" ),
168 O_trim *o_trim = new(o_trimPool) O_trim;

Completed in 7 milliseconds