Home
last modified time | relevance | path

Searched refs:oldLeftI (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DsampleCompBot.cc320 Int oldLeftI, oldRightI, newLeftI, newRightI; in findBotSeparator() local
326 oldLeftI = leftCorner-1; in findBotSeparator()
333 oldLeftI = leftCorner; in findBotSeparator()
347 newLeftI = oldLeftI; in findBotSeparator()
377 oldLeftI = k; in findBotSeparator()
408 oldLeftI = newLeftI; in findBotSeparator()
435 oldLeftI = newLeftI; in findBotSeparator()
442 if(oldLeftI < leftCorner || oldRightI < rightCorner) in findBotSeparator()
446 ret_sep_left = oldLeftI; in findBotSeparator()
H A DsampleCompTop.cc336 Int oldLeftI, oldRightI, newLeftI, newRightI; in findTopSeparator() local
342 oldLeftI = leftEndIndex+1; in findTopSeparator()
349 oldLeftI = leftEndIndex; in findTopSeparator()
363 newLeftI = oldLeftI; in findTopSeparator()
394 oldLeftI = k; in findTopSeparator()
424 oldLeftI = newLeftI; in findTopSeparator()
451 oldLeftI = newLeftI; in findTopSeparator()
457 if(oldLeftI > leftEndIndex || oldRightI > rightEndIndex) in findTopSeparator()
461 ret_sep_left = oldLeftI; in findTopSeparator()