Searched refs:bpts (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | curvesub.cc | 59 Flist bpts; local in function:Subdivider::drawCurves 60 qlist->getRange( from, to, bpts ); 65 for( int i=bpts.start; i<bpts.end-1; i++ ) { 67 pta = bpts.pts[i]; 68 ptb = bpts.pts[i+1];
|
| H A D | patch.h | 89 REAL bpts[MAXORDER*MAXORDER*MAXCOORDS]; //bbox pts member in class:Patch
|
| H A D | patch.cc | 93 bpts, pspec[0].stride, pspec[1].stride ); 163 mapdesc->subdivide( upper.bpts, lower.bpts, d, pspec[1].order, 186 mapdesc->subdivide( upper.bpts, lower.bpts, d, pspec[0].order, 238 mapdesc->bboxTooBig( bpts, pspec[0].stride, pspec[1].stride,
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miwideline.c | 668 DDXPointPtr tpts, bpts; local in function:miLineArcI 687 bpts = tpts + slw; 714 bpts--; 715 bpts->x = xorg - x; 716 bpts->y = yorg + y;
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miwideline.c | 1116 DDXPointPtr tpts, bpts; local in function:miLineArcI 1133 bpts = tpts + slw; 1157 bpts--; 1158 bpts->x = xorg - x; 1159 bpts->y = yorg + y;
|
Completed in 35 milliseconds