Searched refs:ret_p1 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoPolyPart.cc175 directedLine *ret_p1, *ret_p2; local in function:monoPolyPart
194 &ret_p1,
198 currentPolygon = ret_p1;
201 D = ret_p1;
203 H = ret_p1;
257 &ret_p1,
261 currentPolygon = ret_p1;
262 B = ret_p1;
264 H = ret_p1;
H A DdirectedLine.h139 directedLine** ret_p1,
146 directedLine** ret_p1,
H A DpartitionY.cc504 directedLine* ret_p1; local in function:partitionY
528 v1->connectDiagonal(v1,v2, &ret_p1, &ret_p2, &generatedLine, ret_polygons);
537 ret_polygons = ret_p1->insertPolygon(ret_polygons);
538 root1->rootLinkSet(ret_p1);
539 root2->rootLinkSet(ret_p1);
540 ret_p1->rootLinkSet(NULL);
541 ret_p2->rootLinkSet(ret_p1);
548 ret_p1->rootLinkSet(root1);
637 directedLine* ret_p1; local in function:partitionY
657 v1->connectDiagonal(v1,v2, &ret_p1,
[all...]
H A DdirectedLine.cc621 *and it generates two directedLines returned in ret_p1 and ret_p2.
622 *ret_p1 and ret_p2 are used as the entry to the two new polygons.
625 *ret_p1 or ret_p2.
629 *the returned polygon is returned in ret_p1.
633 directedLine** ret_p1,
668 *ret_p1 = newLineDec;
676 directedLine** ret_p1,
706 *ret_p1 = newLineDec;
632 connectDiagonal(directedLine * v1,directedLine * v2,directedLine ** ret_p1,directedLine ** ret_p2,sampledLine ** generatedLine,directedLine * polygonList) argument
675 connectDiagonal_2slines(directedLine * v1,directedLine * v2,directedLine ** ret_p1,directedLine ** ret_p2,directedLine * polygonList) argument
H A DmonoTriangulation.cc79 directedLine* ret_p1; local in function:monoTriangulationOpt
83 &ret_p1,
87 monoTriangulationFun(ret_p1, compV2InX, pStream);
90 ret_p1->deleteSinglePolygonWithSline();
412 directedLine* ret_p1; local in function:monoTriangulationRecGenOpt
416 &ret_p1,
420 monoTriangulationFun(ret_p1, compV2InX, pStream);
423 ret_p1->deleteSinglePolygonWithSline();
H A DmonoChain.cc718 directedLine* ret_p1; local in function:MC_partitionY
742 v1->connectDiagonal(v1,v2, &ret_p1, &ret_p2, &generatedLine, ret_polygons);
751 ret_polygons = ret_p1->insertPolygon(ret_polygons);
752 root1->rootLinkSet(ret_p1);
753 root2->rootLinkSet(ret_p1);
754 ret_p1->rootLinkSet(NULL);
755 ret_p2->rootLinkSet(ret_p1);
762 ret_p1->rootLinkSet(root1);
854 directedLine* ret_p1; local in function:MC_partitionY
874 v1->connectDiagonal(v1,v2, &ret_p1,
[all...]
H A DsampleMonoPoly.cc1277 directedLine* ret_p1; local in function:sampleMonoPoly
1281 &ret_p1,
1285 monoTriangulationFun(ret_p1, compV2InX, pStream);
1288 ret_p1->deleteSinglePolygonWithSline();

Completed in 9 milliseconds