Searched refs:fDX (Results 1 – 4 of 4) sorted by relevance
114 double fDX = aRet.X-aP0.X; in getLabelScreenPositionAndAlignmentForUnitCircleValues() local117 if( fDX != 0.0 ) in getLabelScreenPositionAndAlignmentForUnitCircleValues()119 fAngleDegree = atan(fDY/fDX)*180.0/F_PI; in getLabelScreenPositionAndAlignmentForUnitCircleValues()120 if(fDX<0.0) in getLabelScreenPositionAndAlignmentForUnitCircleValues()
179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() local183 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() local434 fDX = ( fDX - fWidth ) * 0.5 + 0.5; in ImplDrawComplexGradient()437 aRect.Left() -= (long) fDX; in ImplDrawComplexGradient()438 aRect.Right() += (long) fDX; in ImplDrawComplexGradient()
1282 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()
1254 const double fDX = fPos1 - fXRef; in SetHandleControllerPosition() local1255 fAngle = -( atan2( -fPos2 + fYRef, ( ( fDX == 0.0L ) ? 0.000000001 : fDX ) ) / F_PI180 ); in SetHandleControllerPosition()
Completed in 57 milliseconds