Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx1082 … const double fFactorX((double)aBitmapEx.GetSizePixel().Width() / aSrcSizePixel.Width()); in GetTransformedGraphic() local
1085 aCropLeftTop.Width() = basegfx::fround(aCropLeftTop.Width() * fFactorX); in GetTransformedGraphic()
1087 aCropRightBottom.Width() = basegfx::fround(aCropRightBottom.Width() * fFactorX); in GetTransformedGraphic()
1464 double fFactorX(1.0); in calculateCropScaling() local
1481 fFactorX = fabs(fWidth) / fDivX; in calculateCropScaling()
1489 return basegfx::B2DVector(fFactorX,fFactorY); in calculateCropScaling()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx495 const double fFactorX = (double) rPrefSize.Width() / nWidth; 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.cxx817 double fFactorX(1.0); in processBasePrimitive2D() local
830 fFactorX = aScale.getX() / fDivX; in processBasePrimitive2D()
841 …nd(aCurrentRange.getMinimum() - basegfx::B2DPoint(rAttr.GetLeftCrop() * fFactorX, rAttr.GetTopCrop… in processBasePrimitive2D()
842 …d(aCurrentRange.getMaximum() + basegfx::B2DPoint(rAttr.GetRightCrop() * fFactorX, rAttr.GetBottomC… in processBasePrimitive2D()
/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx434 const double fFactorX = (double)nSrcDX / nDstDX; in StretchAndConvert() local
437 pMapX[ i ] = nSrcX + static_cast<int>( i * fFactorX ); in StretchAndConvert()
H A Doutdev2.cxx123 …const double fFactorX = ( rTwoRect.mnSrcWidth > 1 ) ? (double) ( rTwoRect.mnDestWidth - 1 ) / ( rT… in ImplAdjustTwoRect() local
126 …const long nDstX1 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Left() - rTwoRect.mnSrcX ) ); in ImplAdjustTwoRect()
128 …const long nDstX2 = rTwoRect.mnDestX + FRound( fFactorX * ( aCropRect.Right() - rTwoRect.mnSrcX ) … in ImplAdjustTwoRect()

Completed in 42 milliseconds