Searched refs:PwlArc (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | pwlarc.h | 44 class PwlArc : public PooledObj { /* a piecewise-linear arc */ class in inherits:PooledObj 49 inline PwlArc( void ); 50 inline PwlArc( int, TrimVertex * ); 51 inline PwlArc( int, TrimVertex *, long ); 55 PwlArc::PwlArc( void ) function in class:PwlArc 63 PwlArc::PwlArc( int _npts, TrimVertex *_pts ) function in class:PwlArc 71 PwlArc::PwlArc( in function in class:PwlArc [all...] |
| H A D | arc.h | 65 PwlArc * pwlArc; /* associated pwl arc */ 69 inline Arc( Arc *, PwlArc * ); 81 void makeSide( PwlArc *, arc_side ); 109 Arc::Arc( Arc *j, PwlArc *p )
|
| H A D | intersect.cc | 57 static enum i_result pwlarc_intersect( PwlArc *, int, REAL, int, int[3] ); 186 jarc1 = new(arcpool) Arc( jarc, new( pwlarcpool) PwlArc( maxvertex-loc[1], &v[loc[1]] ) ); 248 new(pwlarcpool) PwlArc(maxvertex-i+1 , newjunk ) ); 275 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) ); 288 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk ) ); 289 jarc2 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) ); 302 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) ); 304 new(pwlarcpool) PwlArc( maxvertex-1, &jarc->pwlArc->pts[1] ) ); 318 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk ) ); 319 jarc2 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( [all...] |
| H A D | arctess.cc | 109 arc->pwlArc = new(pwlarcpool) PwlArc( 2, p ); 146 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_left ); 175 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_right ); 205 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_top ); 234 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_bottom ); 265 /* arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_bottom ); */ 266 arc->pwlArc = new(pwlarcpool) PwlArc( nsteps+1, newvert ); 365 arc->pwlArc = new(pwlarcpool) PwlArc();
|
| H A D | trimline.cc | 164 PwlArc *lastpwl = botarc->prev->pwlArc; 180 PwlArc *lastpwl = botarc->prev->pwlArc;
|
| H A D | slicer.cc | 317 static void triangulateRectAux(PwlArc* top, PwlArc* bot, PwlArc* left, PwlArc* right, Backend& backend); 389 static void triangulateRectAux(PwlArc* top, PwlArc* bot, PwlArc* left, PwlArc* right, Backend& backend) 686 PwlArc* parc = arc->pwlArc;
|
| H A D | arc.cc | 62 Arc::makeSide( PwlArc *pwl, arc_side side )
|
| H A D | monotonizer.cc | 180 jarc->pwlArc = new(pwlarcpool) PwlArc();
|
| H A D | subdivider.cc | 117 pwlarcpool( sizeof( PwlArc ), 1, "Pwlarcpool" ), 180 jarc->pwlArc = new(pwlarcpool) PwlArc( npts, pts );
|
Completed in 13 milliseconds