Searched refs:prevU (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleCompRight.cc504 Real prevU = rightChain->getVertex(i)[0]; local in function:sampleRightOneGridStep
507 if(thisU < prevU)
508 prevU = thisU;
H A DsampleMonoPoly.cc1953 Real prevU = chain->getVertex(i)[0]; local in function:findIncreaseChainFromBegin
1958 if(prevU < thisU){
1959 prevU = thisU;
2121 Real prevU = leftChain->getVertex(i)[0]; local in function:sampleLeftOneGridStep
2124 if( prevU < thisU){
2125 prevU = thisU;
2213 Real prevU = leftChain->getVertex(i)[0]; local in function:sampleLeftOneGridStep
2217 if(prevU < thisU){
2218 prevU = thisU;
H A DmonoTriangulation.cc1309 Real prevU = array[i][0]; local in function:vertexArray::findDecreaseChainFromEnd
1313 if(thisU < prevU)
1314 prevU = thisU;

Completed in 7 milliseconds