Home
last modified time | relevance | path

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

/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx729 const sal_uInt32 nEdgePointCount(rEdgePolygon.count()); in findTouches() local
731 if(nPointCount && nEdgePointCount) in findTouches()
733 const sal_uInt32 nEdgeCount(rEdgePolygon.isClosed() ? nEdgePointCount : nEdgePointCount - 1L); in findTouches()
738 const sal_uInt32 nNextIndex((a + 1) % nEdgePointCount); in findTouches()

Completed in 47 milliseconds