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

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleComp.cc159 Int midIndex2; local in function:sampleCompLeft
162 //midIndex2: array[i] >= v, array[i+1] < v
164 // v(gridMidIndex2-1) >= v(midIndex2) > v(gridMidIndex2) ??
170 midIndex2 = -1; /*initilization*/
174 midIndex2 = leftChain->findIndexAboveGen(
176 midIndex1, //midIndex1 <= midIndex2.
180 gridMidIndex2 = 1+leftGridChain->lookfor(leftChain->getVertex(midIndex2)[1],
234 if(midIndex2 >= 0) /*there is a trim point inbewteen grid lines*/
251 sampleLeftSingleTrimEdgeRegionGen(leftChain->getVertex(midIndex2),
254 midIndex2
[all...]
H A DsampleCompRight.cc72 Int midIndex2; local in function:sampleCompRight
75 //midIndex2: array[i] >= v, array[i+1] < v
79 midIndex2 = -1; //initilization
83 //midIndex2 must exist:
84 midIndex2 = rightChain->findIndexAboveGen(rightGridChain->get_v_value(gridIndex2),
85 midIndex1, //midIndex1<=midIndex2
103 //midIndex) last one above or equal midIndex2
105 Real temp = rightChain->getVertex(midIndex2)[1];
162 if(midIndex2 >= 0) //there is a trm point between grid lines
179 sampleRightSingleTrimEdgeRegionGen(rightChain->getVertex(midIndex2),
[all...]

Completed in 4 milliseconds