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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatch.cc87 int the_vstride = dimension; local in function:bezierPatchMake2
91 ret->ctlpoints[i * the_ustride + j*the_vstride+k] = ctlpoints[i*ustride+j*vstride+k];
H A DbezierPatchMesh.cc105 int the_vstride; local in function:bezierPatchMeshMake
124 the_vstride = dimension;
128 ret->bpatch->ctlpoints[i * the_ustride + j*the_vstride+k] = ctlpoints[i*ustride+j*vstride+k];

Completed in 3 milliseconds