Searched refs:nEdgeCountA (Results 1 – 1 of 1) sorted by relevance
311 const sal_uInt32 nEdgeCountA(nPointCountA - 1); in findCutsAndTouchesAndCommonForBezier() local315 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCutsAndTouchesAndCommonForBezier()793 const sal_uInt32 nEdgeCountA(rCandidateA.isClosed() ? nPointCountA : nPointCountA - 1L); in findCuts() local796 if(nEdgeCountA && nEdgeCountB) in findCuts()805 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCuts()856 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCuts()1120 const sal_uInt32 nEdgeCountA(rCandidate.isClosed() ? nCountA : nCountA - 1); in addPointsAtCuts() local1134 for(sal_uInt32 a(0); a < nEdgeCountA; a++) in addPointsAtCuts()
Completed in 12 milliseconds