Searched refs:aCubicA (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dpolygoncutandtouch.cxx | 543 B2DCubicBezier aCubicA; in findCuts() local 548 rCandidate.getBezierSegment(a, aCubicA); in findCuts() 549 aCubicA.testAndSolveTrivialBezier(); in findCuts() 550 const bool bEdgeAIsCurve(aCubicA.isBezier()); in findCuts() 551 const B2DRange aRangeA(aCubicA.getRange()); in findCuts() 556 findEdgeCutsOneBezier(aCubicA, a, rTempPoints); in findCuts() 578 … findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPoints, rTempPoints); in findCuts() 583 …findEdgeCutsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoin… in findCuts() 588 …findEdgeCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoin… in findCuts() 593 …findEdgeCutsTwoEdges(aCubicA.getStartPoint(), aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCub… in findCuts() [all …]
|