Lines Matching defs:jarc
90 for(Arc_ptr jarc = loop->next; jarc != loop; jarc = jarc->next)
92 if(area(jarc->tail(), jarc->head(), jarc->next->head()) < 0)
148 Arc_ptr jarc, temp;
191 for(jarc=top->next; jarc != bot; jarc = jarc->next)
193 for(i=0; i<=jarc->pwlArc->npts-2; i++)
195 inc_chain.appendVertex(jarc->pwlArc->pts[i].param);
200 for(jarc = top->prev; jarc != bot; jarc = jarc->prev)
202 for(i=jarc->pwlArc->npts-2; i>=0; i--)
204 dec_chain.appendVertex(jarc->pwlArc->pts[i].param);
209 dec_chain.appendVertex(jarc->pwlArc->pts[i].param);
223 for(Arc_ptr jarc = loop->next; jarc != loop; jarc = jarc->next)
1085 for(Arc_ptr jarc=loop->next; jarc != loop; jarc = jarc->next)
1088 if(jarc->tail()[0] < uMin)
1089 uMin = jarc->tail()[0];
1090 if(jarc->tail()[0] > uMax)
1091 uMax = jarc->tail()[0];
1092 if(jarc->tail()[1] < vMin)
1093 vMin = jarc->tail()[1];
1094 if(jarc->tail()[1] > vMax)
1095 vMax = jarc->tail()[1];
1292 Slicer::outline( Arc_ptr jarc )
1294 jarc->markverts();
1296 if( jarc->pwlArc->npts >= 2 ) {
1298 for( int j = jarc->pwlArc->npts-1; j >= 0; j-- )
1299 backend.linevert( &(jarc->pwlArc->pts[j]) );