Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx311 const sal_uInt32 nEdgeCountA(nPointCountA - 1); in findCutsAndTouchesAndCommonForBezier() local
315 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCutsAndTouchesAndCommonForBezier()
793 const sal_uInt32 nEdgeCountA(rCandidateA.isClosed() ? nPointCountA : nPointCountA - 1L); in findCuts() local
796 if(nEdgeCountA && nEdgeCountB) in findCuts()
805 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCuts()
856 for(sal_uInt32 a(0L); a < nEdgeCountA; a++) in findCuts()
1120 const sal_uInt32 nEdgeCountA(rCandidate.isClosed() ? nCountA : nCountA - 1); in addPointsAtCuts() local
1134 for(sal_uInt32 a(0); a < nEdgeCountA; a++) in addPointsAtCuts()

Completed in 31 milliseconds