Searched refs:notInBbox (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dpatchlist.h64 int notInBbox; member in class:Patchlist
H A Dpatch.h85 int notInBbox; member in class:Patch
H A Dpatch.cc63 notInBbox = mapdesc->isBboxSubdividing() ? 1 : 0;
90 if( notInBbox ) {
142 lower.notInBbox = upper.notInBbox;
162 if( notInBbox )
185 if( notInBbox )
202 if( mapdesc->isBboxSubdividing() && ! notInBbox )
237 if( notInBbox &&
240 notInBbox = 0;
487 return notInBbox;
[all...]
H A Dpatchlist.cc146 notInBbox = 0;
148 notInBbox |= p->needsNonSamplingSubdivision();
149 return notInBbox;

Completed in 4 milliseconds