Searched refs:uright (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DgridWrap.cc137 void gridWrap::outputFanWithPoint(Int v, Int uleft, Int uright, Real vert[2], primStream* pStream) argument
140 if(uleft >= uright)
150 for(i=uleft; i<=uright; i++)
155 for(i=uright; i>= uleft; i--)
H A DgridWrap.h88 void outputFanWithPoint(Int v, Int uleft, Int uright,
H A DsampleMonoPoly.h123 Real uright,
134 Real uright,
H A DsampleMonoPoly.cc435 Real uright,
444 printf("finddownCorner: v=%f, uleft=%f, uright=%f\n", v, uleft, uright);
457 rightGridPoint[0] = uright;
591 tempMax >= uright
656 Real uright,
672 rightGridPoint[0] = uright;
791 tempMax >= uright)
430 findDownCorners(Real * botVertex,vertexArray * leftChain,Int leftChainStartIndex,Int leftChainEndIndex,vertexArray * rightChain,Int rightChainStartIndex,Int rightChainEndIndex,Real v,Real uleft,Real uright,Int & ret_leftCornerWhere,Int & ret_leftCornerIndex,Int & ret_rightCornerWhere,Int & ret_rightCornerIndex) argument
651 findUpCorners(Real * topVertex,vertexArray * leftChain,Int leftChainStartIndex,Int leftChainEndIndex,vertexArray * rightChain,Int rightChainStartIndex,Int rightChainEndIndex,Real v,Real uleft,Real uright,Int & ret_leftCornerWhere,Int & ret_leftCornerIndex,Int & ret_rightCornerWhere,Int & ret_rightCornerIndex) argument

Completed in 5 milliseconds