Searched refs:aEndingPoint (Results 1 – 1 of 1) sorted by relevance
376 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local379 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()[all …]