Lines Matching refs:getB2DPoint
124 aRetval.append(rCandidate.getB2DPoint(0)); in mergeTemporaryPointsAndPolygon()
165 if(!aRetval.getB2DPoint(aRetval.count() - 1L).equal(aNewPoint)) in mergeTemporaryPointsAndPolygon()
313 B2DPoint aCurrA(rCandidateA.getB2DPoint(0L)); in findCutsAndTouchesAndCommonForBezier()
317 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L)); in findCutsAndTouchesAndCommonForBezier()
319 B2DPoint aCurrB(rCandidateB.getB2DPoint(0L)); in findCutsAndTouchesAndCommonForBezier()
323 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L)); in findCutsAndTouchesAndCommonForBezier()
602 B2DPoint aCurrA(rCandidate.getB2DPoint(0L)); in findCuts()
606 const B2DPoint aNextA(rCandidate.getB2DPoint(a + 1L == nPointCount ? 0L : a + 1L)); in findCuts()
608 B2DPoint aCurrB(rCandidate.getB2DPoint(a + 1L)); in findCuts()
612 const B2DPoint aNextB(rCandidate.getB2DPoint(b + 1L == nPointCount ? 0L : b + 1L)); in findCuts()
669 const B2DPoint aTestPoint(rPointPolygon.getB2DPoint(a)); in findTouchesOnEdge()
734 B2DPoint aCurr(rEdgePolygon.getB2DPoint(0)); in findTouches()
739 const B2DPoint aNext(rEdgePolygon.getB2DPoint(nNextIndex)); in findTouches()
854 B2DPoint aCurrA(rCandidateA.getB2DPoint(0L)); in findCuts()
858 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L == nPointCountA ? 0L : a + 1L)); in findCuts()
860 B2DPoint aCurrB(rCandidateB.getB2DPoint(0L)); in findCuts()
864 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L == nPointCountB ? 0L : b + 1L)); in findCuts()