Searched refs:tcstride (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | patch.cc | 283 const int tcstride = sizeof(tmp[0][0]) / sizeof(REAL); in getstepsize() local 290 &tmp[0][0][0], trstride, tcstride, in getstepsize() 311 …REAL ss = mapdesc->calcPartialVelocity( ssv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize() 312 …REAL st = mapdesc->calcPartialVelocity( 0, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize() 313 …REAL tt = mapdesc->calcPartialVelocity( ttv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize() 372 …REAL ms = mapdesc->calcPartialVelocity( msv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize() 373 …REAL mt = mapdesc->calcPartialVelocity( mtv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize()
|
H A D | mapdesc.cc | 621 REAL *dest, int trstride, int tcstride, in project() argument 630 for( REAL *cptr = rptr; cptr != clast; cptr+=cstride, tcptr+=tcstride ) { in project() 673 const int tcstride = sizeof(bbpts[0][0]) / sizeof(REAL); in bboxTooBig() local 678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols ); in bboxTooBig() 682 bbox( bb, &bbpts[0][0][0], trstride, tcstride, nrows, ncols ); in bboxTooBig()
|