Lines Matching refs:pwlArc
116 TrimVertex *firstvert = jarc->pwlArc->pts;
117 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1);
178 jarc->pwlArc->npts = vert - firstvert + 1;
180 jarc->pwlArc = new(pwlarcpool) PwlArc();
183 firstvert = jarc->pwlArc->pts = vert;
187 jarc->pwlArc->npts = vert - firstvert + 1;
200 jarc->pwlArc->deleteMe( pwlarcpool ); jarc->pwlArc = 0;
212 TrimVertex *firstvert = jarc->pwlArc->pts;
213 TrimVertex *lastvert = firstvert + (jarc->pwlArc->npts - 1);