Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx1052 const double fC = (maControlPointA.getX() - maStartPoint.getX()) * aRelativeEndPoint.getY() in getMaxDistancePositions() local
1063 pResult[0] = -fC / (2*fB); in getMaxDistancePositions()
1072 const double fD = fB*fB - fA*fC; in getMaxDistancePositions()
1087 const double fRoot = fC / fQ; in getMaxDistancePositions()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx383 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() local
387 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
392 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
457 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() local
461 …double fF = fC * ( aStartingPoint.X + aEndingPoint.X ) + fD * ( aStartingPoint.Y + aEndingPoint.Y … in ImplDoClass4()
466 aCenterPoint.Y = ( fA * fF - fC * fE ) / fG; in ImplDoClass4()
/trunk/main/scaddins/source/analysis/
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()
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()

Completed in 62 milliseconds