Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1103 double fDist; member
1105 ShadeColor( const Color& rC, double fR ) : aColor( rC ), fDist( fR ) {}; in ShadeColor()
1168 double fD, fDist; in ApplyRectangularGradientAsBitmap() local
1174 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1176 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1181 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1183 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1191 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1193 fDist = ( 1 - fX ), fD = 1 - fFocusX; in ApplyRectangularGradientAsBitmap()
1198 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.cxx4614 double fDist = (sal_uInt32)0xffffffff; in GetClosestPoint() local
4618 if ( fDistance < fDist ) in GetClosestPoint()
4621 fDist = fDistance; in GetClosestPoint()
/AOO41X/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()