Searched refs:ActualLeftEnd (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleCompBot.cc | 747 Int ActualLeftStart, ActualLeftEnd; local in function:sampleCompBotSimple 765 ActualLeftEnd = leftEnd; 767 ActualLeftEnd = down_rightCornerIndex-1; //down_rightCornerIndex will be th actualBot 774 vertexArray ActualLeftChain(max(0, ActualLeftEnd - ActualLeftStart +1) + gridRightU - gridLeftU +1); 778 for(i=ActualLeftStart; i<= ActualLeftEnd; i++)
|
| H A D | sampleCompTop.cc | 922 Int ActualLeftStart, ActualLeftEnd; local in function:sampleCompTopSimple 957 //determine ActualLeftEnd 959 ActualLeftEnd = leftStartIndex-1; 961 ActualLeftEnd = up_leftCornerIndex; 985 if(leftChain->getVertex(ActualLeftEnd)[1] == ActualBot[1]) 988 monoTriangulationRecGenOpt(ActualTop, leftChain->getVertex(ActualLeftEnd), 990 ActualLeftStart, ActualLeftEnd-1, 998 ActualTop, leftChain->getVertex(ActualLeftEnd), 1000 ActualLeftStart, ActualLeftEnd-1, 1011 ActualLeftStart, ActualLeftEnd, [all...] |
Completed in 4 milliseconds