Home
last modified time | relevance | path

Searched refs:rEdgePolygon (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx231 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe…
724 …void findTouches(const B2DPolygon& rEdgePolygon, const B2DPolygon& rPointPolygon, temporaryPointVe… in findTouches() argument
729 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 15 milliseconds