Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx114 double fDX = aRet.X-aP0.X; in getLabelScreenPositionAndAlignmentForUnitCircleValues() local
117 if( fDX != 0.0 ) in getLabelScreenPositionAndAlignmentForUnitCircleValues()
119 fAngleDegree = atan(fDY/fDX)*180.0/F_PI; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
120 if(fDX<0.0) in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() local
183 fDX = (fDX - fWidth) * 0.5 + 0.5; in ImplDrawLinearGradient()
185 aRect.Left() -= (long)fDX; in ImplDrawLinearGradient()
186 aRect.Right() += (long)fDX; in ImplDrawLinearGradient()
431 double fDX = fWidth * fabs( cos( fAngle ) ) + fHeight * fabs( sin( fAngle ) ); in ImplDrawComplexGradient() local
434 fDX = ( fDX - fWidth ) * 0.5 + 0.5; in ImplDrawComplexGradient()
437 aRect.Left() -= (long) fDX; in ImplDrawComplexGradient()
438 aRect.Right() += (long) fDX; in ImplDrawComplexGradient()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1282 const ValType fDX = pX[-9] + pX[-7] + pX[-5] + pX[-4] + pX[-3] + pX[-1]; in convertOneTypeEsc()
1283 writeType1Val( fDX); in convertOneTypeEsc()
1297 const ValType fDX = pX[-7] + pX[-6] + pX[-4] + pX[-3] + pX[-2] + pX[-1]; in convertOneTypeEsc()
1298 writeType1Val( fDX); in convertOneTypeEsc()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1254 const double fDX = fPos1 - fXRef; in SetHandleControllerPosition() local
1255 fAngle = -( atan2( -fPos2 + fYRef, ( ( fDX == 0.0L ) ? 0.000000001 : fDX ) ) / F_PI180 ); in SetHandleControllerPosition()

Completed in 38 milliseconds