Searched refs:oldLeftI (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
326 oldLeftI = leftCorner-1;
333 oldLeftI = leftCorner;
347 newLeftI = oldLeftI;
363 break; //the for-loop, above right(k+1) is separated: oldLeftI, oldRightI
373 //update oldLeftI if necessary
377 oldLeftI = k;
381 break; //the for-loop, above left(k+1) is separated: oldLeftI, oldRightI
408 oldLeftI = newLeftI;
435 oldLeftI
[all...]
H A DsampleCompTop.cc336 Int oldLeftI, oldRightI, newLeftI, newRightI; local in function:findTopSeparator
342 oldLeftI = leftEndIndex+1;
349 oldLeftI = leftEndIndex;
363 newLeftI = oldLeftI;
380 break; //the for-loop. below right(k-1) is seperated: oldLeftI, oldRightI.
390 //update oldLeftI if necessary
394 oldLeftI = k;
424 oldLeftI = newLeftI;
451 oldLeftI = newLeftI;
456 //now oldLeftI an
[all...]

Completed in 3 milliseconds