Searched refs:nEdgeCountB (Results 1 – 1 of 1) sorted by relevance
312 const sal_uInt32 nEdgeCountB(nPointCountB - 1); in findCutsAndTouchesAndCommonForBezier() local321 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCutsAndTouchesAndCommonForBezier()794 const sal_uInt32 nEdgeCountB(rCandidateB.isClosed() ? nPointCountB : nPointCountB - 1L); in findCuts() local796 if(nEdgeCountA && nEdgeCountB) in findCuts()812 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts()862 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts()
Completed in 29 milliseconds