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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleMonoPoly.cc483 Real tempMin = rightChain->getVertex(index2)[0]; local in function:findDownCorners
486 if(rightChain->getVertex(i)[0] < tempMin)
489 tempMin = rightChain->getVertex(i)[0];
501 else if(botVertex[0] < tempMin)
609 Real tempMin; local in function:findDownCorners
613 tempMin = rightChain->getVertex(index2)[0];
620 if(rightChain->getVertex(i)[0] < tempMin)
623 tempMin = rightChain->getVertex(i)[0];
634 else if(tempMin <= leftChain->getVertex(index1)[0] ||
635 tempMin <
698 Real tempMin = rightChain->getVertex(index2)[0]; local in function:findUpCorners
807 Real tempMin; local in function:findUpCorners
[all...]
H A DsampleCompTop.cc828 Real tempMin = (Real)fabs(inc_chain->getVertex(i)[0] - dec_chain->getVertex(j)[0]); local in function:sampleCompTopSimpleOpt
832 <= tempMin)
834 tempMin = (Real)fabs(inc_chain->getVertex(i)[0] - dec_chain->getVertex(l)[0]);
867 Real tempMin = (Real)fabs(inc_chain->getVertex(i)[0] - dec_chain->getVertex(j)[0]); local in function:sampleCompTopSimpleOpt
870 if(fabs(inc_chain->getVertex(l)[0] - dec_chain->getVertex(j)[0]) <= tempMin)
872 tempMin = (Real)fabs(inc_chain->getVertex(l)[0] - dec_chain->getVertex(j)[0]);

Completed in 4 milliseconds