Searched refs:uleft (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.h122 Real uleft,
133 Real uleft,
H A DsampleMonoPoly.cc434 Real uleft,
444 printf("finddownCorner: v=%f, uleft=%f, uright=%f\n", v, uleft, uright);
454 leftGridPoint[0] = uleft;
635 tempMin <= uleft)
655 Real uleft,
669 leftGridPoint[0] = uleft;
832 tempMin <= uleft)
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 7 milliseconds