Searched refs:findIndexBelowGen (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoTriangulation.h91 Int findIndexBelowGen(Real v, Int startIndex, Int EndIndex);
H A DsampleComp.cc165 midIndex1 = leftChain->findIndexBelowGen(
H A DsampleCompRight.cc76 midIndex1 = rightChain->findIndexBelowGen(rightGridChain->get_v_value(gridIndex1),
H A DsampleMonoPoly.cc463 index1 = leftChain->findIndexBelowGen(v, leftChainStartIndex, leftChainEndIndex);
464 index2 = rightChain->findIndexBelowGen(v, rightChainStartIndex, rightChainEndIndex);
H A DmonoTriangulation.cc1201 Int vertexArray::findIndexBelowGen(Real v, Int startIndex, Int endIndex) function in class:vertexArray

Completed in 8 milliseconds