Searched refs:aStartingPoint (Results 1 – 1 of 1) sorted by relevance
376 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local377 ImplGetPoint( aStartingPoint, sal_True ); in ImplDoClass4()381 double fA = aIntermediatePoint.X - aStartingPoint.X; in ImplDoClass4()382 double fB = aIntermediatePoint.Y - aStartingPoint.Y; in ImplDoClass4()383 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4()384 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()386 …double fE = fA * ( aStartingPoint.X + aIntermediatePoint.X ) + fB * ( aStartingPoint.Y + aIntermed… in ImplDoClass4()387 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()396 double fStartAngle = ImplGetOrientation( aCenterPoint, aStartingPoint ); in ImplDoClass4()404 aEndingPoint = aStartingPoint; in ImplDoClass4()[all …]