Lines Matching refs:pwlArc
65 assert( pwlArc == 0 );
68 pwlArc = pwl;
85 npts += jarc->pwlArc->npts;
102 TrimVertex *p = jarc->pwlArc->pts;
103 for( int i=0; i<jarc->pwlArc->npts; i++ )
127 leftpt = jarc->pwlArc->pts->param[0];
132 rightpt = jarc->pwlArc->pts->param[0];
137 botpt = jarc->pwlArc->pts->param[1];
142 toppt = jarc->pwlArc->pts->param[1];
158 _glu_dprintf( "\tPWLARC NP: %d FL: 1\n", pwlArc->npts );
159 for( int i = 0; i < pwlArc->npts; i++ ) {
160 _glu_dprintf( "\t\tVERTEX %f %f\n", pwlArc->pts[i].param[0],
161 pwlArc->pts[i].param[1] );
196 if( pwlArc == 0 ) return 0;
197 if( prev->pwlArc == 0 ) return 0;
242 assert( (jarc->pwlArc != 0) || (jarc->bezierArc != 0) );
260 if( jarc->pwlArc ) {
262 assert( jarc->pwlArc->npts >= 1 );
263 assert( jarc->pwlArc->npts < 100000 );
265 for( int i=0; i < jarc->pwlArc->npts-1; i++ )
266 assert( neq_vert( jarc->pwlArc->pts[i].param,
267 jarc->pwlArc->pts[i+1].param) );
270 if( jarc->prev->pwlArc ) {
289 if( jarc->next->pwlArc ) {
308 assert( jarc->pwlArc->npts == 2 );
309 assert( (jarc->pwlArc->pts[0].param[0] == \
310 jarc->pwlArc->pts[1].param[0]) ||\
311 (jarc->pwlArc->pts[0].param[1] == \
312 jarc->pwlArc->pts[1].param[1]) );