Lines Matching refs:nNextIndex
234 const sal_uInt32 nNextIndex(getIndexOfSuccessor(nIndex, rCandidate)); in getEdgeLength() local
236 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getEdgeLength()
256 const sal_uInt32 nNextIndex(getIndexOfSuccessor(a, rCandidate)); in getLength() local
258 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getLength()
349 sal_uInt32 nNextIndex(getIndexOfSuccessor(nIndex, rCandidate)); in getPositionAbsolute() local
350 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getPositionAbsolute()
417 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in applyLineDashing() local
418 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in applyLineDashing()
840 const sal_uInt32 nNextIndex((a + 1) % nPointCount); in isInEpsilonRange() local
841 const B3DPoint aNext(rCandidate.getB3DPoint(nNextIndex)); in isInEpsilonRange()
1218 const sal_uInt32 nNextIndex(bLastRun ? 0 : a + 1); in snapPointsOfHorizontalOrVerticalEdges() local
1219 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in snapPointsOfHorizontalOrVerticalEdges()