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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dpatch.cc282 const int trstride = sizeof(tmp[0]) / sizeof(REAL); local in function:Patch::getstepsize
290 &tmp[0][0][0], trstride, tcstride,
311 REAL ss = mapdesc->calcPartialVelocity( ssv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 2, 0, pspec[0].range[2], pspec[1].range[2], 0 );
312 REAL st = mapdesc->calcPartialVelocity( 0, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 1, 1, pspec[0].range[2], pspec[1].range[2], -1 );
313 REAL tt = mapdesc->calcPartialVelocity( ttv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 0, 2, pspec[0].range[2], pspec[1].range[2], 1 );
372 REAL ms = mapdesc->calcPartialVelocity( msv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 1, 0, pspec[0].range[2], pspec[1].range[2], 0 );
373 REAL mt = mapdesc->calcPartialVelocity( mtv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 0, 1, pspec[0].range[2], pspec[1].range[2], 1 );
413 REAL ms = mapdesc->calcPartialVelocity( msv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 1, 0, pspec[0].range[2], pspec[1].range[2], 0 );
414 REAL mt = mapdesc->calcPartialVelocity( mtv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, pspec[1].order, 0, 1, pspec[0].range[2], pspec[1].range[2], 1 );
H A Dmapdesc.cc621 REAL *dest, int trstride, int tcstride,
627 for( REAL *rptr=src; rptr != rlast; rptr+=rstride, trptr+=trstride ) {
672 const int trstride = sizeof(bbpts[0]) / sizeof(REAL); local in function:Mapdesc::bboxTooBig
678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
682 bbox( bb, &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
620 project(REAL * src,int rstride,int cstride,REAL * dest,int trstride,int tcstride,int nrows,int ncols) argument

Completed in 4 milliseconds