Searched refs:uleft (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | gridWrap.cc | 137 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 D | gridWrap.h | 88 void outputFanWithPoint(Int v, Int uleft, Int uright,
|
| H A D | sampleMonoPoly.h | 122 Real uleft, 133 Real uleft,
|
| H A D | sampleMonoPoly.cc | 434 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