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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleCompBot.cc320 Int oldLeftI, oldRightI, newLeftI, newRightI; local in function:findBotSeparator
327 oldRightI = rightCorner;
334 oldRightI = rightCorner-1;
348 newRightI = oldRightI;
355 //update oldRightI if necessary
359 oldRightI = k;
363 break; //the for-loop, above right(k+1) is separated: oldLeftI, oldRightI
381 break; //the for-loop, above left(k+1) is separated: oldLeftI, oldRightI
409 oldRightI = newRightI;
436 oldRightI
[all...]
H A DsampleCompTop.cc336 Int oldLeftI, oldRightI, newLeftI, newRightI; local in function:findTopSeparator
343 oldRightI = rightEndIndex;
350 oldRightI = rightEndIndex+1;
364 newRightI = oldRightI;
372 //update oldRightI if necessary
376 oldRightI = k;
380 break; //the for-loop. below right(k-1) is seperated: oldLeftI, oldRightI.
425 oldRightI = newRightI;
452 oldRightI = newRightI;
456 //now oldLeftI and oldRightI ar
[all...]

Completed in 4 milliseconds