Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx306 const sal_uInt32 nPointCountA(rCandidateA.count()); in findCutsAndTouchesAndCommonForBezier() local
309 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() local
791 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 14 milliseconds