Home
last modified time | relevance | path

Searched refs:gridWrap (Results 1 – 12 of 12) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/
H A DgridWrap.h42 class gridWrap{
59 gridWrap(Int nUlines, Int nVlines,
65 gridWrap(Int nUlines, Real *uvals,
68 ~gridWrap();
97 gridWrap* grid;
108 …gridBoundaryChain(gridWrap* gr, Int first_vline_index, Int n_vlines, Int* uline_indices, Int* inne…
128 gridWrap* getGrid() {return grid;} in getGrid()
H A DgridWrap.cc47 void gridWrap::print() in print()
54 gridWrap::gridWrap(Int nUlines, Real* uvals, in gridWrap() function in gridWrap
79 gridWrap::gridWrap(Int nUlines, Int nVlines, in gridWrap() function in gridWrap
121 gridWrap::~gridWrap() in ~gridWrap()
127 void gridWrap::draw() in draw()
137 void gridWrap::outputFanWithPoint(Int v, Int uleft, Int uright, Real vert[2], primStream* pStream) in outputFanWithPoint()
178 gridWrap* gr, in gridBoundaryChain()
H A DsampleCompBot.h59 gridWrap* grid,
70 gridWrap* grid,
83 gridWrap* grid,
94 gridWrap* grid,
H A DsampleMonoPoly.h48 gridWrap* grid,
87 void findLeftGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* gr…
89 void findRightGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* g…
91 void sampleMonoPoly(directedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream *pS…
158 gridWrap* grid,
H A DsampleCompTop.cc113 gridWrap* grid, in sampleTopRightWithGridLinePost()
162 gridWrap* grid, in sampleTopRightWithGridLine()
202 gridWrap* grid, in sampleTopLeftWithGridLinePost()
290 gridWrap* grid, in sampleTopLeftWithGridLine()
771 static void sampleCompTopSimpleOpt(gridWrap* grid, in sampleCompTopSimpleOpt()
926 gridWrap* grid = leftGridChain->getGrid(); in sampleCompTopSimple()
H A DsampleCompBot.cc113 gridWrap* grid, in sampleBotRightWithGridLinePost()
197 gridWrap* grid, in sampleBotRightWithGridLine()
238 gridWrap* grid, in sampleBotLeftWithGridLinePost()
283 gridWrap* grid, in sampleBotLeftWithGridLine()
751 gridWrap* grid = leftGridChain->getGrid(); in sampleCompBotSimple()
H A DsampleCompRight.h42 gridWrap* grid,
H A DsampleCompRight.cc423 gridWrap* grid = rightGridChain->getGrid(); in sampleRightOneGridStep()
584 gridWrap* grid, in stripOfFanRight()
H A DsampleMonoPoly.cc389 gridWrap* grid, in findGridChains()
974 void findLeftGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* gr… in findLeftGridIndices()
1092 void findRightGridIndices(directedLine* topEdge, Int firstGridIndex, Int lastGridIndex, gridWrap* g… in findRightGridIndices()
1219 void sampleMonoPoly(directedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream* pS… in sampleMonoPoly()
2034 gridWrap* grid = leftGridChain->getGrid(); in sampleLeftOneGridStep()
2371 gridWrap* grid, in stripOfFanLeft()
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dslicer.h57 void evalRBArray(rectBlockArray* rbArray, gridWrap* grid);
H A Dslicer.cc1001 void Slicer::evalRBArray(rectBlockArray* rbArray, gridWrap* grid) in evalRBArray()
1142 gridWrap grid(num_ulines, num_vlines, uMin, uMax, vMin, vMax); in slice_new()
/reactos/dll/opengl/glu32/
H A DCMakeLists.txt92 src/libnurbs/nurbtess/gridWrap.cc