Searched refs:midIndex1 (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleComp.cc158 Int midIndex1; local in function:sampleCompLeft
161 //midIndex1: array[i] <= v, array[i-1] > v
165 midIndex1 = leftChain->findIndexBelowGen(
171 if(midIndex1<= leftEndIndex && gridIndex1<gridIndex2)
172 if(leftChain->getVertex(midIndex1)[1] >= leftGridChain->get_v_value(gridIndex2))
176 midIndex1, //midIndex1 <= midIndex2.
178 gridMidIndex1 = leftGridChain->lookfor(leftChain->getVertex(midIndex1)[1],
237 sampleLeftSingleTrimEdgeRegionGen(cornerTop, leftChain->getVertex(midIndex1),
240 midIndex1
[all...]
H A DsampleCompRight.cc71 Int midIndex1; local in function:sampleCompRight
74 //midIndex1: array[i] <= v, array[i+1] > v
76 midIndex1 = rightChain->findIndexBelowGen(rightGridChain->get_v_value(gridIndex1),
80 if(midIndex1 <= rightEndIndex && gridIndex1 < gridIndex2)
81 if(rightChain->getVertex(midIndex1)[1] >= rightGridChain->get_v_value(gridIndex2))
85 midIndex1, //midIndex1<=midIndex2
88 // at the same height as trim vertex midIndex1, or it is the last one
89 //which is strictly above midIndex1.
91 Real temp = rightChain->getVertex(midIndex1)[
[all...]

Completed in 6 milliseconds