Searched refs:nextPwlcurve (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dnurbstess.cc175 nextPwlcurve = &(o_curve->curve.o_pwlcurve);
199 *nextPwlcurve = 0;
497 if( *nextPwlcurve != o_pwlcurve ) {
499 *nextPwlcurve = o_pwlcurve;
501 nextPwlcurve = &(o_pwlcurve->next);
H A Dnurbstess.h161 O_pwlcurve** nextPwlcurve; /* place to link o_pwlcurve */ member in class:NurbsTessellator

Completed in 3 milliseconds