Lines Matching refs:aEndingPoint

376 				FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint;  in ImplDoClass4()  local
379 ImplGetPoint( aEndingPoint, sal_True ); in ImplDoClass4()
383 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4()
384 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()
387 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
389 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4()
398 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()
403 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
404 aEndingPoint = aStartingPoint; in ImplDoClass4()
413 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
414 aEndingPoint = aStartingPoint; in ImplDoClass4()
426 …g)aStartingPoint.X, (long)aStartingPoint.Y ) ,Point( (long)aEndingPoint.X, (long)aEndingPoint.Y ),… in ImplDoClass4()
450 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local
453 ImplGetPoint( aEndingPoint ); in ImplDoClass4()
457 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4()
458 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()
461 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
463 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4()
472 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()
477 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
478 aEndingPoint = aStartingPoint; in ImplDoClass4()
487 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
488 aEndingPoint = aStartingPoint; in ImplDoClass4()