Searched refs:qlist (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dcurvesub.cc60 qlist->getRange( from, to, bpts );
70 qlist->downloadAll( &pta, &ptb, backend );
72 Curvelist curvelist( qlist, pta, ptb );
H A Dsubdivider.cc188 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 Dsubdivider.h127 Quilt * qlist; member in class:Subdivider

Completed in 3 milliseconds