Home
last modified time | relevance | path

Searched refs:nPointCountB (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx307 const sal_uInt32 nPointCountB(rCandidateB.count()); in findCutsAndTouchesAndCommonForBezier() local
309 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() local
791 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 22 milliseconds