Lines Matching refs:tempV
259 Arc_ptr tempV;
263 for(tempV = loop->next; tempV != loop; tempV = tempV->next)
265 if(compFun(topV->tail(), tempV->tail())<0) {
266 topV = tempV;
268 if(compFun(botV->tail(), tempV->tail())>0) {
269 botV = tempV;
278 for(tempV = topV->next; tempV != botV; tempV = tempV->next)
280 for(i=0; i<=tempV->pwlArc->npts-2; i++){
281 inc_chain.appendVertex(tempV->pwlArc->pts[i].param);
286 for(tempV = topV->prev; tempV != botV; tempV = tempV->prev)
288 for(i=tempV->pwlArc->npts-2; i>=0; i--){
289 dec_chain.appendVertex(tempV->pwlArc->pts[i].param);
293 dec_chain.appendVertex(tempV->pwlArc->pts[i].param);