Home
last modified time | relevance | path

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

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DsampleCompBot.cc322 Real leftMax /*= leftChain->getVertex(leftCorner)[0]*/; in findBotSeparator() local
335 leftMax = leftChain->getVertex(leftCorner)[0]; in findBotSeparator()
353 if(rightChain->getVertex(k)[0] > leftMax) //no conflict in findBotSeparator()
374 if(leftChain->getVertex(k)[0] > leftMax) in findBotSeparator()
376 leftMax = leftChain->getVertex(k)[0]; in findBotSeparator()
388 if(leftChain->getVertex(i)[0] > leftMax) //update leftMax amd newLeftI in findBotSeparator()
390 leftMax = leftChain->getVertex(i)[0]; in findBotSeparator()
404 if(leftMax >= rightMin) //there is a conflict in findBotSeparator()
424 if(leftChain->getVertex(k)[0] > leftMax) in findBotSeparator()
426 leftMax = leftChain->getVertex(k)[0]; in findBotSeparator()
[all …]
H A DsampleCompTop.cc338 Real leftMax /*= leftChain->getVertex(leftEndIndex)[0]*/; in findTopSeparator() local
351 leftMax = leftChain->getVertex(leftEndIndex)[0]; in findTopSeparator()
370 if(rightChain->getVertex(k)[0] > leftMax) //no conflict in findTopSeparator()
391 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
393 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
404 if(leftChain->getVertex(i)[0] > leftMax) //update leftMax and newLeftI. in findTopSeparator()
406 leftMax = leftChain->getVertex(i)[0]; in findTopSeparator()
420 if(leftMax >= rightMin) //there is a conflict in findTopSeparator()
439 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
441 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
[all …]