Searched refs:O_pwlcurve (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DdataTransform.h46 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl);
H A Dreader.h48 class O_pwlcurve;
58 O_pwlcurve *o_pwlcurve;
83 class O_pwlcurve : public PooledObj { class in inherits:PooledObj
87 O_pwlcurve * next; /* next curve in list */
91 O_pwlcurve( long, long, INREAL *, long, TrimVertex * );
H A Dreader.cc60 O_pwlcurve::O_pwlcurve( long _type, long count, INREAL *array, long byte_stride, TrimVertex *trimpts ) function in class:O_pwlcurve
112 O_pwlcurve::O_pwlcurve( long _type, long count, INREAL *array, long byte_stride, TrimVertex *trimpts ) function in class:O_pwlcurve
H A Dnurbstess.h119 void do_freepwlcurve( O_pwlcurve * );
127 void do_pwlcurve( O_pwlcurve * );
161 O_pwlcurve** nextPwlcurve; /* place to link o_pwlcurve */
H A Dnurbstess.cc277 O_pwlcurve *c = curve->curve.o_pwlcurve;
355 O_pwlcurve *pcurve, *next_pcurve;
450 NurbsTessellator::do_freepwlcurve( O_pwlcurve *o_pwlcurve )
468 NurbsTessellator::do_pwlcurve( O_pwlcurve *o_pwlcurve )
H A Dnurbsinterfac.cc70 o_pwlcurvePool( sizeof( O_pwlcurve ), 32, "o_pwlcurvePool" ),
257 O_pwlcurve *o_pwlcurve = new(o_pwlcurvePool) O_pwlcurve( type, count, array, byte_stride, extTrimVertexPool.get((int)count) );
H A DdataTransform.cc164 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl)

Completed in 5 milliseconds