Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1083 … const double fFactorY((double)aBitmapEx.GetSizePixel().Height() / aSrcSizePixel.Height()); in GetTransformedGraphic() local
1086 aCropLeftTop.Height() = basegfx::fround(aCropLeftTop.Height() * fFactorY); in GetTransformedGraphic()
1088 aCropRightBottom.Height() = basegfx::fround(aCropRightBottom.Height() * fFactorY); in GetTransformedGraphic()
1465 double fFactorY(1.0); in calculateCropScaling() local
1486 fFactorY = fabs(fHeight) / fDivY; in calculateCropScaling()
1489 return basegfx::B2DVector(fFactorX,fFactorY); in calculateCropScaling()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx496 const double fFactorY = (double) rPrefSize.Height() / nHeight; in GetCountour() local
595 if( ( fFactorX != 0. ) && ( fFactorY != 0. ) ) in GetCountour()
596 aRetPoly.Scale( fFactorX, fFactorY ); in GetCountour()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx818 double fFactorY(1.0); in processBasePrimitive2D() local
835 fFactorY = aScale.getY() / fDivY; in processBasePrimitive2D()
841 …e.getMinimum() - basegfx::B2DPoint(rAttr.GetLeftCrop() * fFactorX, rAttr.GetTopCrop() * fFactorY)); in processBasePrimitive2D()
842 …tMaximum() + basegfx::B2DPoint(rAttr.GetRightCrop() * fFactorX, rAttr.GetBottomCrop() * fFactorY)); in processBasePrimitive2D()
/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx448 const double fFactorY = (double)nSrcDY / nDstDY; in StretchAndConvert() local
451 pMapY[ i ] = nSrcY + static_cast<int>( i * fFactorY ); in StretchAndConvert()
H A Doutdev2.cxx124 …const double fFactorY = ( rTwoRect.mnSrcHeight > 1 ) ? (double) ( rTwoRect.mnDestHeight - 1 ) / ( … in ImplAdjustTwoRect() local
127 … const long nDstY1 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Top() - rTwoRect.mnSrcY ) ); in ImplAdjustTwoRect()
129 …const long nDstY2 = rTwoRect.mnDestY + FRound( fFactorY * ( aCropRect.Bottom() - rTwoRect.mnSrcY )… in ImplAdjustTwoRect()

Completed in 58 milliseconds