Searched refs:cutOccur (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DpolyDBG.h62 directedLine* DBG_cutIntersectionPoly(directedLine *polygon, int& cutOccur);
H A DdirectedLine.h99 directedLine* cutIntersectionAllPoly(int& cutOccur);
H A DpolyDBG.cc549 directedLine* DBG_cutIntersectionPoly(directedLine *polygon, int& cutOccur) argument
554 cutOccur = 0;
595 cutOccur = 1;
684 int cutOccur=0; local in function:DBG_cutIntersectionAllPoly
690 left = DBG_cutIntersectionPoly(temp, cutOccur);
H A DdirectedLine.cc208 directedLine* directedLine::cutIntersectionAllPoly(int &cutOccur) argument
214 cutOccur = 0;
225 cutOccur = 1;
233 cutOccur = 1;

Completed in 5 milliseconds