Searched refs:botRightIndex (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleComp.h | 43 Int rightStartIndex, Int botRightIndex,
|
| H A D | sampleCompRight.h | 53 Int botRightIndex,
|
| H A D | sampleCompRight.cc | 296 *botRightIndex is assumed to be above or equal the last gridline 300 *if botRightIndex<topRightIndex, then no connected componenet exists, and 302 *Othewise, botRightIndex>= topRightIndex, there is at least one triangles to 307 Int botRightIndex, 315 //sstop conditionL: if topRightIndex > botRightIndex, then stop 316 if(topRightIndex > botRightIndex) 325 rightChain->getVertex(botRightIndex)[1] >= rightGridChain->get_v_value(rightGridChainEndIndex)); 333 if(index1 > botRightIndex) 351 sampleRightStripRecF(rightChain, index1, botRightIndex, rightGridChain, rightGridChainStartIndex+1, rightGridChainEndIndex, pStream); 353 else if(index1 < botRightIndex) 305 sampleRightStripRecF(vertexArray * rightChain,Int topRightIndex,Int botRightIndex,gridBoundaryChain * rightGridChain,Int rightGridChainStartIndex,Int rightGridChainEndIndex,primStream * pStream) argument [all...] |
| H A D | sampleMonoPoly.cc | 851 vertexArray *rightChain, Int botRightIndex, 859 printf("enter findNeckF, botleft, botright=%i,%i,gstartindex=%i\n",botLeftIndex,botRightIndex,gridStartIndex); 871 botRightIndex >= rightChain->getNumElements()) 874 v=min(leftChain->getVertex(botLeftIndex)[1], rightChain->getVertex(botRightIndex)[1]); 904 botRight2 = rightChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botRightIndex, rightChain->getNumElements()-1) -1; 905 if(botRight2 < botRightIndex) botRight2=botRightIndex; 910 assert(botRight2 >= botRightIndex); 923 tempI = botRightIndex; 925 for(i=botRightIndex 850 findNeckF(vertexArray * leftChain,Int botLeftIndex,vertexArray * rightChain,Int botRightIndex,gridBoundaryChain * leftGridChain,gridBoundaryChain * rightGridChain,Int gridStartIndex,Int & neckLeft,Int & neckRight) argument 941 findNeck(vertexArray * leftChain,Int botLeftIndex,vertexArray * rightChain,Int botRightIndex,Int & leftLastIndex,Int & rightLastIndex) argument 1527 Int botRightIndex = rightChain->findIndexStrictBelowGen( local in function:sampleMonoPolyRec [all...] |
| H A D | sampleMonoPoly.h | 141 vertexArray *rightChain, Int botRightIndex, 147 vertexArray *rightChain, Int botRightIndex,
|
Completed in 6 milliseconds