Lines Matching refs:b

321 					for(sal_uInt32 b(0L); b < nEdgeCountB; b++)  in findCutsAndTouchesAndCommonForBezier()  local
323 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L)); in findCutsAndTouchesAndCommonForBezier()
384 if(b) in findCutsAndTouchesAndCommonForBezier()
386 rTempPointsB.push_back(temporaryPoint(aCurrB, b, 0.0)); in findCutsAndTouchesAndCommonForBezier()
392 rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier()
559 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts() local
561 rCandidate.getBezierSegment(b, aCubicB); in findCuts()
569 if( b > a+1) in findCuts()
578 findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPoints, rTempPoints); in findCuts()
583 …findEdgeCutsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoin… in findCuts()
588 …findEdgeCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoin… in findCuts()
594 a, b, rTempPoints, rTempPoints); in findCuts()
610 for(sal_uInt32 b(a + 1L); b < nEdgeCount; b++) in findCuts() local
612 const B2DPoint aNextB(rCandidate.getB2DPoint(b + 1L == nPointCount ? 0L : b + 1L)); in findCuts()
617 if( b > a+1) in findCuts()
623 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPoints, rTempPoints); in findCuts()
812 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts() local
814 rCandidateB.getBezierSegment(b, aCubicB); in findCuts()
821 if( b > a+1) in findCuts()
830 findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, rTempPointsA, rTempPointsB); in findCuts()
835 …findEdgeCutsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, rTempPoin… in findCuts()
840 …findEdgeCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, rTempPoin… in findCuts()
846 a, b, rTempPointsA, rTempPointsB); in findCuts()
862 for(sal_uInt32 b(0L); b < nEdgeCountB; b++) in findCuts() local
864 const B2DPoint aNextB(rCandidateB.getB2DPoint(b + 1L == nPointCountB ? 0L : b + 1L)); in findCuts()
869 if( b > a+1) in findCuts()
876 findEdgeCutsTwoEdges(aCurrA, aNextA, aCurrB, aNextB, a, b, rTempPointsA, rTempPointsB); in findCuts()
948 sal_uInt32 a, b; in addPointsAtCutsAndTouches() local
967 for(b = 0L; b < nCount; b++) in addPointsAtCutsAndTouches()
969 if(a != b) in addPointsAtCutsAndTouches()
972 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches()
974 …findTouches(pTempData[a].getPolygon(), pTempData[b].getPolygon(), pTempData[a].getTemporaryPointVe… in addPointsAtCutsAndTouches()
978 if(a < b) in addPointsAtCutsAndTouches()
981 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches()
983 …Cuts(pTempData[a].getPolygon(), pTempData[b].getPolygon(), pTempData[a].getTemporaryPointVector(),… in addPointsAtCutsAndTouches()
1146 for(sal_uInt32 b(0); b < nCountB; b++) in addPointsAtCuts() local
1148 aMask.getBezierSegment(b, aCubicB); in addPointsAtCuts()
1162 … findEdgeCutsTwoBeziers(aCubicA, aCubicB, a, b, aTempPointsA, aUnusedTempPointsB); in addPointsAtCuts()
1166 …tsBezierAndEdge(aCubicA, aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, aTempPointsA, aUnus… in addPointsAtCuts()
1170 …eCutsBezierAndEdge(aCubicB, aCubicA.getStartPoint(), aCubicA.getEndPoint(), b, a, aUnusedTempPoint… in addPointsAtCuts()
1174 …, aCubicA.getEndPoint(), aCubicB.getStartPoint(), aCubicB.getEndPoint(), a, b, aTempPointsA, aUnus… in addPointsAtCuts()
1242 sal_uInt32 a, b; in addPointsAtCuts() local
1261 for(b = 0; b < nCount; b++) in addPointsAtCuts()
1263 if(a < b) in addPointsAtCuts()
1266 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCuts()
1268 …Cuts(pTempData[a].getPolygon(), pTempData[b].getPolygon(), pTempData[a].getTemporaryPointVector(),… in addPointsAtCuts()