Searched refs:lastGridIndex (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/ |
H A D | sampleMonoPoly.cc | 397 Int lastGridIndex; in findGridChains() local 402 lastGridIndex = 0; in findGridChains() 407 Int *leftGridIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); in findGridChains() 409 Int *rightGridIndices = (Int*) malloc(sizeof(Int) * (firstGridIndex - lastGridIndex +1)); in findGridChains() 990 Real *uintercBuf = (Real *) malloc (sizeof(Real) * (firstGridIndex-lastGridIndex+1)); in findLeftGridIndices() 1001 for(k=0, i=firstGridIndex; i>=lastGridIndex; i--, k++) in findLeftGridIndices() 1066 for(k=0, i=firstGridIndex; i>=lastGridIndex; i--, k++) in findLeftGridIndices() 1108 Real *uintercBuf = (Real *) malloc (sizeof(Real) * (firstGridIndex-lastGridIndex+1)); in findRightGridIndices() 1118 for(k=0, i=firstGridIndex; i>=lastGridIndex; i--, k++) in findRightGridIndices() 1192 for(k=0, i=firstGridIndex; i>=lastGridIndex; i--, k++) in findRightGridIndices() [all …]
|
H A D | sampleMonoPoly.h | 87 void findLeftGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* gr… 89 void findRightGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* g…
|