Searched refs:nPointCountB (Results 1 – 1 of 1) sorted by relevance
307 const sal_uInt32 nPointCountB(rCandidateB.count()); in findCutsAndTouchesAndCommonForBezier() local309 if(nPointCountA > 1 && nPointCountB > 1) in findCutsAndTouchesAndCommonForBezier()312 const sal_uInt32 nEdgeCountB(nPointCountB - 1); in findCutsAndTouchesAndCommonForBezier()789 const sal_uInt32 nPointCountB(rCandidateB.count()); in findCuts() local791 if(nPointCountA && nPointCountB) in findCuts()794 const sal_uInt32 nEdgeCountB(rCandidateB.isClosed() ? nPointCountB : nPointCountB - 1L); in findCuts()864 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L == nPointCountB ? 0L : b + 1L)); in findCuts()
Completed in 12 milliseconds