Lines Matching refs:B2DPolyPolygon

121             const B2DPolyPolygon    maOriginal;
521 : maOriginal(B2DPolyPolygon(rOriginal)), in solver()
555 solver(const B2DPolyPolygon& rOriginal) in solver()
564 B2DPolyPolygon aGeometry(tools::addPointsAtCutsAndTouches(maOriginal, true)); in solver()
623 B2DPolyPolygon getB2DPolyPolygon() in getB2DPolyPolygon()
627 B2DPolyPolygon aRetval; in getB2DPolyPolygon()
687 basegfx::B2DPolyPolygon aRetval(maOriginal); in getB2DPolyPolygon()
733 B2DPolyPolygon solveCrossovers(const B2DPolyPolygon& rCandidate) in solveCrossovers()
748 B2DPolyPolygon solveCrossovers(const B2DPolygon& rCandidate) in solveCrossovers()
756 B2DPolyPolygon stripNeutralPolygons(const B2DPolyPolygon& rCandidate) in stripNeutralPolygons()
758 B2DPolyPolygon aRetval; in stripNeutralPolygons()
775 B2DPolyPolygon createNonzeroConform(const B2DPolyPolygon& rCandidate) in createNonzeroConform()
777 B2DPolyPolygon aCandidate; in createNonzeroConform()
839 const B2DPolyPolygon aSource(aCandidate); in createNonzeroConform()
863 B2DPolyPolygon stripDispensablePolygons(const B2DPolyPolygon& rCandidate, bool bKeepAboveZero) in stripDispensablePolygons()
866 B2DPolyPolygon aRetval; in stripDispensablePolygons()
967 B2DPolyPolygon prepareForPolygonOperation(const B2DPolygon& rCandidate) in prepareForPolygonOperation()
970 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation()
975 B2DPolyPolygon prepareForPolygonOperation(const B2DPolyPolygon& rCandidate) in prepareForPolygonOperation()
978 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation()
983B2DPolyPolygon solvePolygonOperationOr(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& rC… in solvePolygonOperationOr()
997 B2DPolyPolygon aRetval(rCandidateA); in solvePolygonOperationOr()
1007B2DPolyPolygon solvePolygonOperationXor(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… in solvePolygonOperationXor()
1022 B2DPolyPolygon aRetval(rCandidateA); in solvePolygonOperationXor()
1032B2DPolyPolygon solvePolygonOperationAnd(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& r… in solvePolygonOperationAnd()
1036 return B2DPolyPolygon(); in solvePolygonOperationAnd()
1040 return B2DPolyPolygon(); in solvePolygonOperationAnd()
1047 B2DPolyPolygon aRetval(rCandidateA); in solvePolygonOperationAnd()
1057B2DPolyPolygon solvePolygonOperationDiff(const B2DPolyPolygon& rCandidateA, const B2DPolyPolygon& … in solvePolygonOperationDiff()
1061 return B2DPolyPolygon(); in solvePolygonOperationDiff()
1070 B2DPolyPolygon aRetval(rCandidateB); in solvePolygonOperationDiff()
1084 B2DPolyPolygon mergeToSinglePolyPolygon(const B2DPolyPolygonVector& rInput) in mergeToSinglePolyPolygon()
1097 const basegfx::B2DPolyPolygon aCandidate(prepareForPolygonOperation(aInput[a])); in mergeToSinglePolyPolygon()
1106 basegfx::B2DPolyPolygon aTarget(aResult[b]); in mergeToSinglePolyPolygon()
1160 return B2DPolyPolygon(); in mergeToSinglePolyPolygon()