Lines Matching refs:aNextPoint
236 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getEdgeLength() local
237 const B3DVector aVector(aNextPoint - aCurrentPoint); in getEdgeLength()
258 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getLength() local
259 const B3DVector aVector(aNextPoint - aCurrentPoint); in getLength()
350 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getPositionAbsolute() local
359 aRetval += interpolate(aRetval, aNextPoint, fRelative); in getPositionAbsolute()
418 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in applyLineDashing() local
419 const double fEdgeLength(B3DVector(aNextPoint - aCurrentPoint).getLength()); in applyLineDashing()
433 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
436 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fDotDashMovingLength / fEdgeLength)); in applyLineDashing()
464 … aSnippet.append(interpolate(aCurrentPoint, aNextPoint, fLastDotDashMovingLength / fEdgeLength)); in applyLineDashing()
467 aSnippet.append(aNextPoint); in applyLineDashing()
475 aCurrentPoint = aNextPoint; in applyLineDashing()
1106 const B3DPoint aNextPoint(rCandidate.getB3DPoint((a + 1) % nPointCount)); in isPointOnPolygon() local
1108 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
1113 aCurrentPoint = aNextPoint; in isPointOnPolygon()
1219 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in snapPointsOfHorizontalOrVerticalEdges() local
1220 const B3ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()
1244 aCurrPoint = aNextPoint; in snapPointsOfHorizontalOrVerticalEdges()