Home
last modified time | relevance | path

Searched refs:beFast (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx455 … sal_Bool beFast ) throw (uno::RuntimeException) in getScaledBitmap() argument
460 …aNewBmp.Scale( sizeFromRealSize2D( newSize ), beFast ? BMP_SCALE_FASTESTINTERPOLATE : BMP_SCALE_IN… in getScaledBitmap()
/trunk/main/vcl/inc/
H A Dcanvasbitmap.hxx73 …ledBitmap( const com::sun::star::geometry::RealSize2D& newSize, sal_Bool beFast ) throw (com::sun:…
/trunk/main/offapi/com/sun/star/rendering/
H A DXBitmap.idl88 @param beFast
102 …p getScaledBitmap( [in] ::com::sun::star::geometry::RealSize2D newSize, [in] boolean beFast )
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx116 … sal_Bool beFast ) in getScaledBitmap() argument
129 beFast ? BMP_SCALE_FASTESTINTERPOLATE : BMP_SCALE_INTERPOLATE ); in getScaledBitmap()
H A Dcanvasbitmaphelper.hxx93 sal_Bool beFast );
H A Dcanvashelper.cxx931 sal_Bool beFast ) in getScaledBitmap() argument
949 beFast ? BMP_SCALE_FASTESTINTERPOLATE : BMP_SCALE_INTERPOLATE ); in getScaledBitmap()
H A Dcanvashelper.hxx250 sal_Bool beFast );
/trunk/main/canvas/source/null/
H A Dnull_canvashelper.hxx220 sal_Bool beFast );
/trunk/main/canvas/source/directx/
H A Ddx_bitmapcanvashelper.hxx102 sal_Bool beFast );
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.hxx233 sal_Bool beFast );
/trunk/main/canvas/inc/canvas/base/
H A Dbitmapcanvasbase.hxx120 … sal_Bool beFast ) throw (::com::sun::star::uno::RuntimeException) in getScaledBitmap() argument
124 return BaseType::maCanvasHelper.getScaledBitmap( newSize, beFast ); in getScaledBitmap()

Completed in 60 milliseconds