Home
last modified time | relevance | path

Searched refs:aEndingPoint (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx376 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()
[all …]