HomeSort by: relevance | last modified time | path
    Searched refs:qlist (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
curvesub.cc 60 qlist->getRange( from, to, bpts );
70 qlist->downloadAll( &pta, &ptb, backend );
72 Curvelist curvelist( qlist, pta, ptb );
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, pta, ptb)
    [all...]
subdivider.h 127 Quilt * qlist; member in class:Subdivider

Completed in 6 milliseconds