Searched refs:getNextPolygon (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpolyDBG.cc287 for(temp=pList; temp != NULL; temp = temp->getNextPolygon())
291 for(temp=pList; temp!=NULL; temp=temp->getNextPolygon())
293 for(temp2=temp->getNextPolygon(); temp2 != NULL; temp2=temp2->getNextPolygon())
418 list->getNextPolygon()
419 ->getNextPolygon()
420 ->getNextPolygon()
421 ->getNextPolygon()
425 for(temp = list; temp != NULL; temp = temp->getNextPolygon())
496 for(temp = polyList; temp!= NULL; temp = temp ->getNextPolygon())
[all...]
H A DdirectedLine.h75 directedLine* getNextPolygon() {return nextPolygon;} function in class:directedLine
H A DmonoChain.cc280 for(temp = list->getNextPolygon(); temp != NULL; temp = temp->getNextPolygon())
H A DmonoTriangulation.cc435 for(directedLine* temp = list; temp != NULL; temp = temp->getNextPolygon())
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dsubdivider.cc285 for(temp=poly; temp != NULL; temp=temp->getNextPolygon())
306 for(directedLine* tempD = poly; tempD != NULL; tempD = tempD->getNextPolygon())

Completed in 11 milliseconds