Lines Matching refs:pwlArc
161 jarc->pwlArc = 0;
180 jarc->pwlArc = new(pwlarcpool) PwlArc( npts, pts );
682 if(jarc->pwlArc->npts >2)
684 c = jarc->pwlArc->pts[jarc->pwlArc->npts-2].param;
688 assert(jarc->prev->pwlArc->npts>2);
689 a = jarc->prev->pwlArc->pts[jarc->prev->pwlArc->npts-2].param;
852 if( jarc->pwlArc ) jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
861 * 2) the Bezier arcs are stored in the pwlArc structure
878 assert( jarc->pwlArc->npts == 2 );
879 TrimVertex *pts = jarc->pwlArc->pts;
885 jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;