Searched refs:ActualRightStart (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleCompBot.cc748 Int ActualRightStart, ActualRightEnd; local in function:sampleCompBotSimple
781 //determine ActualRightStart
783 ActualRightStart = rightEnd +1; //meaning no section on right
785 ActualRightStart = down_rightCornerIndex;
818 printf("Actual right start = %i, end=%i\n",ActualRightStart, ActualRightEnd);
820 if(rightChain->getVertex(ActualRightStart)[1] == ActualTop[1])
821 monoTriangulationRecGenOpt(rightChain->getVertex(ActualRightStart),
827 ActualRightStart+1,
836 ActualRightStart,
H A DsampleCompTop.cc923 Int ActualRightStart, ActualRightEnd; local in function:sampleCompTopSimple
941 ActualRightStart = rightStartIndex;
943 ActualRightStart = up_leftCornerIndex+1; //up_leftCornerIndex will be the ActualTop
950 vertexArray ActualRightChain(max(0, ActualRightEnd-ActualRightStart+1) + gridRightU-gridLeftU+1);
952 for(i=ActualRightStart; i<= ActualRightEnd; i++)

Completed in 4 milliseconds