Home
last modified time | relevance | path

Searched refs:fDist (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/source/generic/
H A Dline.cxx209 double fDist; in GetDistance() local
223 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()
226 fDist *= -1.0; in GetDistance()
229 fDist = fS * sqrt( fL2 ); in GetDistance()
232 fDist = hypot( maEnd.X() - rPtX, maEnd.Y() - rPtY ); in GetDistance()
235 fDist *= -1.0; in GetDistance()
239 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()
241 return fDist; in GetDistance()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1100 double fDist; member
1102 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()
1165 double fD, fDist; in ApplyRectangularGradientAsBitmap() local
1171 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1173 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1178 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1180 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1188 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1190 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1195 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
[all …]
H A Deschesdo.cxx783 double fDist = hypot( rObj.GetRect().GetWidth(), in ImplWriteAdditionalText() local
786 … Point( (sal_Int32)( rTextRefPoint.X() + fDist ), rTextRefPoint.Y() - 1 ) ) ); in ImplWriteAdditionalText()
H A Descherex.cxx4625 double fDist = (sal_uInt32)0xffffffff; in GetClosestPoint() local
4629 if ( fDistance < fDist ) in GetClosestPoint()
4632 fDist = fDistance; in GetClosestPoint()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5544 double fDist = hypot( maRect.GetWidth(), maRect.GetHeight() ); in ImplWritePage() local
5546 … Point( (sal_Int32)( aTextRefPoint.X + fDist ), aTextRefPoint.Y - 1 ) ); in ImplWritePage()