Searched refs:nPointCountA (Results 1 – 1 of 1) sorted by relevance
306 const sal_uInt32 nPointCountA(rCandidateA.count()); in findCutsAndTouchesAndCommonForBezier() local309 if(nPointCountA > 1 && nPointCountB > 1) in findCutsAndTouchesAndCommonForBezier()311 const sal_uInt32 nEdgeCountA(nPointCountA - 1); in findCutsAndTouchesAndCommonForBezier()788 const sal_uInt32 nPointCountA(rCandidateA.count()); in findCuts() local791 if(nPointCountA && nPointCountB) in findCuts()793 const sal_uInt32 nEdgeCountA(rCandidateA.isClosed() ? nPointCountA : nPointCountA - 1L); in findCuts()858 const B2DPoint aNextA(rCandidateA.getB2DPoint(a + 1L == nPointCountA ? 0L : a + 1L)); in findCuts()
Completed in 23 milliseconds