Searched refs:qlist (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | curvesub.cc | 60 qlist->getRange( from, to, bpts ); 70 qlist->downloadAll( &pta, &ptb, backend ); 72 Curvelist curvelist( qlist, pta, ptb );
|
| H A D | subdivider.cc | 188 qlist = 0; 194 quilt->next = qlist; 195 qlist = quilt; 208 if (qlist == NULL) 215 for( Quilt *q = qlist; q; q = q->next ) { 224 qlist->getRange( from, to, spbrkpts, tpbrkpts ); 244 qlist->findRates( spbrkpts, tpbrkpts, rate ); 263 qlist->downloadAll(pta, ptb, backend); 328 qlist->downloadAll(pta, ptb, backend); 346 Patchlist patchlist(qlist, pt [all...] |
| H A D | subdivider.h | 127 Quilt * qlist; member in class:Subdivider
|
Completed in 3 milliseconds