Searched refs:ActualRightEnd (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
791 ActualRightEnd = rightEnd;
795 ActualRightEnd = down_leftCornerIndex-1; //down_leftCornerIndex will be the bot
818 printf("Actual right start = %i, end=%i\n",ActualRightStart, ActualRightEnd);
828 ActualRightEnd,
837 ActualRightEnd,
H A DsampleCompTop.cc923 Int ActualRightStart, ActualRightEnd; local in function:sampleCompTopSimple
946 ActualRightEnd = rightStartIndex-1; //meaning that there is no actual rigth section
948 ActualRightEnd = up_rightCornerIndex;
950 vertexArray ActualRightChain(max(0, ActualRightEnd-ActualRightStart+1) + gridRightU-gridLeftU+1);
952 for(i=ActualRightStart; i<= ActualRightEnd; i++)

Completed in 4 milliseconds