Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx312 const sal_uInt32 nEdgeCountB(nPointCountB - 1); in findCutsAndTouchesAndCommonForBezier() local
321 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCutsAndTouchesAndCommonForBezier()
794 const sal_uInt32 nEdgeCountB(rCandidateB.isClosed() ? nPointCountB : nPointCountB - 1L); in findCuts() local
796 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 17 milliseconds