Lines Matching refs:fXScale
799 fXScale = nCoordWidth == 0 ? 0.0 : (double)aLogicRect.GetWidth() / (double)nCoordWidth; in EnhancedCustomShape2d()
805 fXScale /= fXRatio; in EnhancedCustomShape2d()
959 fVal *= fXScale; in GetPoint()
1149 double dx = fRadius * fXScale; in GetHandlePosition()
1155 basegfx::fTools::equalZero(fXScale) ? aReferencePoint.Y() : in GetHandlePosition()
1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
1228 fPos1 /= fXScale; in SetHandleControllerPosition()
1594 _aCenter.X() = nCoordWidth/2 * fXScale; in CreateSubPath()
1618 fWidth *= fXScale; in CreateSubPath()
1646 double fx1 = ( cos( fStartAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath()
1648 double fx2 = ( cos( fEndAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath()