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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc69 int poststride; /* stride between output points */ member in struct:Knotspec
233 knotspec->poststride = (int) stride;
236 knotspec->prewidth *= knotspec->poststride;
237 knotspec->postwidth *= knotspec->poststride;
238 knotspec->postoffset *= knotspec->poststride;
271 qspec->stride = knotspec->poststride;
335 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride ) {
340 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride ) {
357 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride )
360 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride )
[all...]

Completed in 2 milliseconds