Searched refs:rbArray (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | slicer.h | 57 void evalRBArray(rectBlockArray* rbArray, gridWrap* grid);
|
| H A D | slicer.cc | 965 void Slicer::evalRBArray(rectBlockArray* rbArray, gridWrap* grid) 975 for(l=0; l<rbArray->get_n_elements(); l++) 977 rectBlock* block = rbArray->get_element(l); 1001 void Slicer::evalRBArray(rectBlockArray* rbArray, gridWrap* grid) argument 1013 for(j=0; j<rbArray->get_n_elements(); j++) 1015 rectBlock* block = rbArray->get_element(j); 1144 rectBlockArray rbArray(20); local in function:Slicer::slice_new 1146 sampleMonoPoly(poly, &grid, ulinear, vlinear, &pStream, &rbArray); 1150 evalRBArray(&rbArray, &grid); 1154 num_quads += rbArray [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleComp.h | 56 rectBlockArray* rbArray
|
| H A D | sampleComp.cc | 68 rectBlockArray* rbArray 133 rbArray->insert(new rectBlock(leftGridChain, rightGridChain, gridIndex1, gridIndex2)); 51 sampleConnectedComp(Real * topVertex,Real * botVertex,vertexArray * leftChain,Int leftStartIndex,Int leftEndIndex,vertexArray * rightChain,Int rightStartIndex,Int rightEndIndex,gridBoundaryChain * leftGridChain,gridBoundaryChain * rightGridChain,Int gridIndex1,Int gridIndex2,Int up_leftCornerWhere,Int up_leftCornerIndex,Int up_rightCornerWhere,Int up_rightCornerIndex,Int down_leftCornerWhere,Int down_leftCornerIndex,Int down_rightCornerWhere,Int down_rightCornerIndex,primStream * pStream,rectBlockArray * rbArray) argument
|
| H A D | sampleMonoPoly.h | 91 void sampleMonoPoly(directedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream *pStream, rectBlockArray* rbArray); 104 rectBlockArray* rbArray
|
| H A D | sampleMonoPoly.cc | 1219 void sampleMonoPoly(directedLine* polygon, gridWrap* grid, Int ulinear, Int vlinear, primStream* pStream, rectBlockArray* rbArray) argument 1391 rbArray); 1412 rectBlockArray* rbArray) 1660 rbArray 1675 pStream, rbArray); 1401 sampleMonoPolyRec(Real * topVertex,Real * botVertex,vertexArray * leftChain,Int leftStartIndex,vertexArray * rightChain,Int rightStartIndex,gridBoundaryChain * leftGridChain,gridBoundaryChain * rightGridChain,Int gridStartIndex,primStream * pStream,rectBlockArray * rbArray) argument
|
Completed in 10 milliseconds