Home
last modified time | relevance | path

Searched refs:gridIndex2 (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DsampleComp.cc58 Int gridIndex1, Int gridIndex2, in sampleConnectedComp() argument
79 gridIndex2, in sampleConnectedComp()
94 gridIndex1, gridIndex2, in sampleConnectedComp()
123 gridIndex2, in sampleConnectedComp()
148 Int gridIndex1, Int gridIndex2, in sampleCompLeft() argument
171 if(midIndex1<= leftEndIndex && gridIndex1<gridIndex2) in sampleCompLeft()
175 leftGridChain->get_v_value(gridIndex2), in sampleCompLeft()
179 gridIndex1, gridIndex2); in sampleCompLeft()
181 gridMidIndex1, gridIndex2); in sampleCompLeft()
258 gridIndex2, in sampleCompLeft()
[all …]
H A DsampleCompRight.cc61 Int gridIndex1, Int gridIndex2, in sampleCompRight() argument
80 if(midIndex1 <= rightEndIndex && gridIndex1 < gridIndex2) in sampleCompRight()
81 if(rightChain->getVertex(midIndex1)[1] >= rightGridChain->get_v_value(gridIndex2)) in sampleCompRight()
84 midIndex2 = rightChain->findIndexAboveGen(rightGridChain->get_v_value(gridIndex2), in sampleCompRight()
106 for(gridMidIndex2 = gridMidIndex1+1; gridMidIndex2 <= gridIndex2; gridMidIndex2++) in sampleCompRight()
110 assert(gridMidIndex2 <= gridIndex2); in sampleCompRight()
186 gridIndex2, in sampleCompRight()
211 gridIndex2, in sampleCompRight()
H A DsampleComp.h46 Int gridIndex1, Int gridIndex2,
65 Int gridIndex1, Int gridIndex2,
H A DsampleCompRight.h93 Int gridIndex1, Int gridIndex2,
H A DsampleMonoPoly.h170 Int gridIndex2,
H A DsampleMonoPoly.cc273 Int gridIndex2, in drawCorners() argument
319 Real botGridV = leftGridChain->get_v_value(gridIndex2); in drawCorners()
320 Real botGridU1 = leftGridChain->get_u_value(gridIndex2); in drawCorners()
321 Real botGridU2 = rightGridChain->get_u_value(gridIndex2); in drawCorners()