Lines Matching refs:aNext

576 					const B2DPoint aNext(rCandidate.getB2DPoint(nNextIndex));  in getEdgeLength()  local
578 fRetval = B2DVector(aNext - aCurrent).getLength(); in getEdgeLength()
617 const B2DPoint aNext(rCandidate.getB2DPoint(nNextIndex)); in getLength() local
619 fRetval += B2DVector(aNext - aCurrent).getLength(); in getLength()
620 aCurrent = aNext; in getLength()
1648 const B2DPoint aNext(aCandidate.getB2DPoint(nNextIndex)); in isInEpsilonRange() local
1650 if(isInEpsilonRange(aCurrent, aNext, rTestPosition, fDistance)) in isInEpsilonRange()
1656 aCurrent = aNext; in isInEpsilonRange()
2221 const B2DPoint aNext(rCandidate.getB2DPoint(getIndexOfSuccessor(nIndex, rCandidate))); in getOrientationForIndex() local
2223 const B2DVector aForw(aNext - aCurr); in getOrientationForIndex()
2967 const B2DPoint aNext(rCandidate.getB2DPoint(a + 1L == nPointCount ? 0L : a + 1L)); in growInNormalDirection() local
2969 const B2DVector aForw(aNext - aCurrent); in growInNormalDirection()
2979 aCurrent = aNext; in growInNormalDirection()
3399 const B2DPoint aNext(aCandidate.getB2DPoint(nNextIndex)); in createEdgesOfGivenLength() local
3400 const B2DVector aEdge(aNext - aCurrent); in createEdgesOfGivenLength()
3433 aCurrent = aNext; in createEdgesOfGivenLength()
3489 const B2DPoint aNext(aEqualLenghEdges.getB2DPoint(nNextIndex)); in createWaveline() local
3490 const B2DVector aEdge(aNext - aCurrent); in createWaveline()
3497 aNext - aControlOffset, in createWaveline()
3498 aNext); in createWaveline()
3501 aCurrent = aNext; in createWaveline()
3553 const basegfx::B2DPoint aNext(rCandidateA.getNextControlPoint(a)); in equal() local
3555 if(!aNext.equal(rCandidateB.getNextControlPoint(a), rfSmallValue)) in equal()