Searched refs:ncols (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | mapdescv.cc | 57 int ncols, in calcPartialVelocity() argument 64 assert( ncols <= MAXORDER ); in calcPartialVelocity() 68 for( j=0; j != ncols; j++ ) in calcPartialVelocity() 73 for( j=0; j != ncols-t-1; j++ ) in calcPartialVelocity() 87 for( t = ncols-1; t != ncols-1-partial; t-- ) in calcPartialVelocity() 92 for( j=0; j != ncols-partial; j++ ) in calcPartialVelocity() 111 int ncols, in calcPartialVelocity() argument 122 assert( ncols <= MAXORDER ); in calcPartialVelocity() 134 const int jdist = ncols * jstride; in calcPartialVelocity() 219 j = ncols-tpartial-1; in calcPartialVelocity() [all …]
|
H A D | mapdesc.cc | 622 int nrows, int ncols ) in project() argument 628 REAL *clast = rptr + ncols * cstride; in project() 651 REAL *clast = src + ncols * stride; in project() 668 int ncols, in bboxTooBig() argument 678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols ); in bboxTooBig() 702 int ncols ) in bbox() argument 709 for( int j=0; j != ncols; j++ ) in bbox() 723 Mapdesc::calcVelocityRational( REAL *p, int stride, int ncols ) in calcVelocityRational() argument 727 assert( ncols <= MAXORDER ); in calcVelocityRational() 731 if( project( p, stride, &tmp[0][0], tstride, ncols ) ) { in calcVelocityRational() [all …]
|