Searched refs:o_pwlcurve (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dnurbstess.cc175 nextPwlcurve = &(o_curve->curve.o_pwlcurve);
220 /*do_draw_pwlcurve( currentCurve->curve.o_pwlcurve ) */;
277 O_pwlcurve *c = curve->curve.o_pwlcurve;
356 for( pcurve=curve->curve.o_pwlcurve; pcurve; pcurve=next_pcurve ) {
450 NurbsTessellator::do_freepwlcurve( O_pwlcurve *o_pwlcurve ) argument
452 o_pwlcurve->deleteMe( o_pwlcurvePool );
468 NurbsTessellator::do_pwlcurve( O_pwlcurve *o_pwlcurve ) argument
472 if( o_pwlcurve->save == 0 )
473 do_freepwlcurve(o_pwlcurve );
482 if( o_pwlcurve
[all...]
H A Dreader.h58 O_pwlcurve *o_pwlcurve; member in union:O_curve::__anonf95b839f010a
67 curve.o_pwlcurve = 0; curvetype = ct_none; save = 0; nuid = 0; }
H A DdataTransform.cc187 ret = o_pwlcurve_to_DLines(NULL, cur->curve.o_pwlcurve);
191 ret = o_pwlcurve_to_DLines(ret, temp->curve.o_pwlcurve);
H A Dnurbsinterfac.cc257 O_pwlcurve *o_pwlcurve = new(o_pwlcurvePool) O_pwlcurve( type, count, array, byte_stride, extTrimVertexPool.get((int)count) ); local in function:NurbsTessellator::pwlcurve
258 THREAD( do_pwlcurve, o_pwlcurve, do_freepwlcurve );

Completed in 3 milliseconds