Searched refs:rEdgePolygon (Results 1 – 1 of 1) sorted by relevance
231 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe…724 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe… in findTouches() argument729 const sal_uInt32 nEdgePointCount(rEdgePolygon.count()); in findTouches()733 const sal_uInt32 nEdgeCount(rEdgePolygon.isClosed() ? nEdgePointCount : nEdgePointCount - 1L); in findTouches()734 B2DPoint aCurr(rEdgePolygon.getB2DPoint(0)); in findTouches()739 const B2DPoint aNext(rEdgePolygon.getB2DPoint(nNextIndex)); in findTouches()745 if(rEdgePolygon.areControlPointsUsed()) in findTouches()747 const B2DPoint aNextControlPoint(rEdgePolygon.getNextControlPoint(a)); in findTouches()748 const B2DPoint aPrevControlPoint(rEdgePolygon.getPrevControlPoint(nNextIndex)); in findTouches()
Completed in 14 milliseconds