Lines Matching refs:temp1
232 directedLine* temp1;
234 temp1=poly;
235 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext())
237 if(DBG_edgesIntersect(temp1, temp2))
244 for(temp1=poly->getNext(); temp1 != poly; temp1 = temp1->getNext())
245 for(temp2=temp1->getNext(); temp2 != temp1; temp2=temp2->getNext())
247 if(DBG_edgesIntersect(temp1, temp2))