Searched refs:fC (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 383 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()
|
/aoo42x/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 1052 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()
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 905 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 D | analysishelper.cxx | 2348 ConvertData::ConvertData( const sal_Char p[], double fC, ConvertDataClass e, sal_Bool bPrefSupport … in ConvertData() argument 2350 fConst = fC; in ConvertData()
|
Completed in 68 milliseconds