Lines Matching refs:nEdgeCount
202 const sal_uInt32 nEdgeCount(rPolygon.count() ? rPolygon.count() - 1L : 0L); in adaptAndTransferCutsWithBezierSegment() local
204 if(nTempPointCount && nEdgeCount) in adaptAndTransferCutsWithBezierSegment()
210 const double fRelativeCutPos(fCutPosInPolygon / (double)nEdgeCount); in adaptAndTransferCutsWithBezierSegment()
535 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in findCuts() local
537 if(nEdgeCount) in findCuts()
546 for(sal_uInt32 a(0L); a < nEdgeCount - 1L; a++) in findCuts()
559 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts()
604 for(sal_uInt32 a(0L); a < nEdgeCount - 1L; a++) in findCuts()
610 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts()
733 const sal_uInt32 nEdgeCount(rEdgePolygon.isClosed() ? nEdgePointCount : nEdgePointCount - 1L); in findTouches() local
736 for(sal_uInt32 a(0L); a < nEdgeCount; a++) in findTouches()
1058 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nCount : nCount - 1); in addPointsAtCuts() local
1063 for(sal_uInt32 a(0); a < nEdgeCount; a++) in addPointsAtCuts()