Home
last modified time | relevance | path

Searched refs:fArea (Results 1 – 4 of 4) sorted by path

/trunk/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx188 const double fArea(fViewSizeX * fViewSizeY); in create2DDecomposition() local
189 double fReducedVisualisationFactor(1.0 / (sqrt(fArea) * (1.0 / 170.0))); in create2DDecomposition()
/trunk/main/tools/source/generic/
H A Dpoly.cxx889 const double fArea = ( aBound.GetWidth() + aBound.GetHeight() ) * 0.5; in Optimize() local
893 ImplReduceEdges( *this, fArea, nPercent ); in Optimize()
1671 const double fArea = GetSignedArea(); in GetArea() local
1672 return( ( fArea < 0.0 ) ? -fArea : fArea ); in GetArea()
1682 double fArea = 0.0; in GetSignedArea() local
1692 fArea += ( rPt.X() - rPt1.X() ) * ( rPt.Y() + rPt1.Y() ); in GetSignedArea()
1697 fArea += ( rPt.X() - rPt0.X() ) * ( rPt.Y() + rPt0.Y() ); in GetSignedArea()
1700 return fArea; in GetSignedArea()
H A Dpoly2.cxx310 double fArea; in Optimize() local
318 fArea = ( aBound.GetWidth() + aBound.GetHeight() ) * 0.5; in Optimize()
336 Polygon::ImplReduceEdges( *( mpImplPolyPolygon->mpPolyAry[ i ] ), fArea, nPercent ); in Optimize()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx977 const double fArea(fWidth * fHeight); in getTransformed() local
978 const bool bNeedToReduce(basegfx::fTools::more(fArea, fMaximumArea)); in getTransformed()
983 fReduceFactor = sqrt(fMaximumArea / fArea); in getTransformed()

Completed in 44 milliseconds