Searched refs:nEdgePointCount (Results 1 – 1 of 1) sorted by relevance
729 const sal_uInt32 nEdgePointCount(rEdgePolygon.count()); in findTouches() local731 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 20 milliseconds