Lines Matching refs:temp
110 directedLine *temp;
114 for(temp = polygon->getNext(); temp != polygon; temp = temp->getNext())
115 if(cuspTypeX(temp) == 1)
124 directedLine *temp;
130 for(temp = polygon->getNext(); temp != polygon; temp = temp->getNext())
131 if(cuspTypeX(temp) == 1)
133 ret_interior_cusps[ret_n_interior_cusps++] = temp;
139 directedLine* temp;
143 for(temp = cusp->getNext(); temp != cusp; temp = temp->getNext())
145 if(compV2InX(cusp->head(), temp->head()) == 1)
147 return temp;
151 for(temp = cusp->getNext(); temp != cusp; temp = temp->getNext())
153 if(compV2InX(cusp->head(), temp->head()) == -1)
155 return temp;