/aoo42x/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 965 bRetval = ImplScaleFast( rScaleX, rScaleY ); in Scale() 978 bRetval = ImplScaleFast( rScaleX, rScaleY ); in Scale() 983 bRetval = ImplScaleSuper( rScaleX, rScaleY ); in Scale() 1358 bRet = ImplScaleFast( rScaleX, rScaleY ); in ImplScaleInterpolate() 1368 const double& rScaleX, in ImplScaleSuper() argument 1372 bool bHMirr = ( rScaleX < 0 ); in ImplScaleSuper() 1374 double scaleX = bHMirr ? -rScaleX : rScaleX; in ImplScaleSuper() 2238 const double& rScaleX, in ImplScaleConvolutionHor() argument 2429 const double& rScaleX, in ImplScaleConvolution() argument 2433 const bool bMirrorHor(rScaleX < 0.0); in ImplScaleConvolution() [all …]
|
H A D | mapmod.cxx | 160 const Fraction& rScaleX, const Fraction& rScaleY ) in MapMode() argument 167 mpImplMapMode->maScaleX = rScaleX; in MapMode() 210 void MapMode::SetScaleX( const Fraction& rScaleX ) in SetScaleX() argument 215 mpImplMapMode->maScaleX = rScaleX; in SetScaleX()
|
H A D | alpha.cxx | 297 sal_Bool AlphaMask::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) in Scale() argument 299 sal_Bool bRet = Bitmap::Scale( rScaleX, rScaleY, nScaleFlag ); in Scale()
|
H A D | bitmapex.cxx | 438 sal_Bool BitmapEx::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) in Scale() argument 444 bRet = aBitmap.Scale( rScaleX, rScaleY, nScaleFlag ); in Scale() 448 aMask.Scale( rScaleX, rScaleY, nScaleFlag ); in Scale()
|
H A D | gdimtf.cxx | 909 void GDIMetaFile::Scale( const Fraction& rScaleX, const Fraction& rScaleY ) in Scale() argument 911 Scale( (double) rScaleX, (double) rScaleY ); in Scale()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | drawutil.cxx | 53 Fraction& rScaleX, Fraction& rScaleY ) in CalcScale() argument 99 rScaleX = Fraction( ((double)aPixelLog.X()) * in CalcScale() 105 rScaleX = Fraction( 1, 1 ); in CalcScale() 118 rScaleX.ReduceInaccurate( 25 ); in CalcScale()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | bitmap.hxx | 407 …SAL_DLLPRIVATE sal_Bool ImplScaleFast( const double& rScaleX, const double& rScale… 408 …SAL_DLLPRIVATE sal_Bool ImplScaleInterpolate( const double& rScaleX, const double&… 409 …SAL_DLLPRIVATE sal_Bool ImplScaleSuper( const double& rScaleX, const double& rScal… 410 …SAL_DLLPRIVATE sal_Bool ImplScaleConvolution( const double& rScaleX, const double&… 675 …sal_Bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScale…
|
H A D | mapmod.hxx | 82 const Fraction& rScaleX, const Fraction& rScaleY ); 93 void SetScaleX( const Fraction& rScaleX );
|
H A D | alpha.hxx | 87 …sal_Bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScale…
|
H A D | bitmapex.hxx | 265 …sal_Bool Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag = BMP_SCALE…
|
H A D | gdimtf.hxx | 160 void Scale( const Fraction& rScaleX, const Fraction& rScaleY );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 241 const Fraction & rScaleX, in DoDraw_Impl() argument 249 aMapMode.SetScaleX( rScaleX ); in DoDraw_Impl()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | drawutil.hxx | 41 Fraction& rScaleX, Fraction& rScaleY );
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | sprite.hxx | 56 …void MoveTo( OutputDevice* pOut, const Point& rPt, const double& rScaleX, const double& rScaleY …
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 748 const Fraction & rScaleX,
|