Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx381 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() local
385 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
390 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
455 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() local
459 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
464 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
/AOO42X/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1046 const double fC = (maControlPointA.getX() - maStartPoint.getX()) * aRelativeEndPoint.getY() in getMaxDistancePositions() local
1057 pResult[0] = -fC / (2*fB); in getMaxDistancePositions()
1066 const double fD = fB*fB - fA*fC; in getMaxDistancePositions()
1081 const double fRoot = fC / fQ; in getMaxDistancePositions()
/AOO42X/main/scaddins/source/analysis/
H A Danalysishelper.hxx905 inline ConvertDataLinear::ConvertDataLinear( const sal_Char* p, double fC, double fO, ConvertDataCl… in ConvertDataLinear() argument
907 ConvertData( p, fC, e, bPrefSupport ), in ConvertDataLinear()
H A Danalysishelper.cxx2348 ConvertData::ConvertData( const sal_Char p[], double fC, ConvertDataClass e, sal_Bool bPrefSupport … in ConvertData() argument
2350 fConst = fC; in ConvertData()