Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx374 FloatPoint aStartingPoint, aIntermediatePoint, aEndingPoint, aCenterPoint; in ImplDoClass4() local
377 ImplGetPoint( aEndingPoint, sal_True ); in ImplDoClass4()
381 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4()
382 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4()
385 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
387 …double fG = 2.0 * ( fA * ( aEndingPoint.Y - aIntermediatePoint.Y ) - fB * ( aEndingPoint.X - aInte… in ImplDoClass4()
396 double fEndAngle = ImplGetOrientation( aCenterPoint, aEndingPoint ); in ImplDoClass4()
401 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
402 aEndingPoint = aStartingPoint; in ImplDoClass4()
411 aIntermediatePoint = aEndingPoint; in ImplDoClass4()
[all …]