Searched refs:aCubicB (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dpolygoncutandtouch.cxx | 544 B2DCubicBezier aCubicB; in findCuts() local 561 rCandidate.getBezierSegment(b, aCubicB); in findCuts() 562 aCubicB.testAndSolveTrivialBezier(); in findCuts() 563 const bool bEdgeBIsCurve(aCubicB.isBezier()); in findCuts() 564 const B2DRange aRangeB(aCubicB.getRange()); 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 …utsTwoEdges(aCubicA.getStartPoint(), aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCubicB.getEn… in findCuts() 803 B2DCubicBezier aCubicB; in findCuts() local [all …]
|