summaryrefslogtreecommitdiff
path: root/vcl/inc/bmpfast.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/bmpfast.hxx')
-rw-r--r--vcl/inc/bmpfast.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/inc/bmpfast.hxx b/vcl/inc/bmpfast.hxx
index ebdb431fc941..3234f7a840c1 100644
--- a/vcl/inc/bmpfast.hxx
+++ b/vcl/inc/bmpfast.hxx
@@ -22,6 +22,7 @@
#include <vcl/dllapi.h>
#include <vcl/Scanline.hxx>
+#include <tools/long.hxx>
class BitmapWriteAccess;
class BitmapReadAccess;
@@ -35,8 +36,8 @@ struct SalTwoRect;
VCL_DLLPUBLIC bool ImplFastBitmapConversion( BitmapBuffer& rDst, const BitmapBuffer& rSrc,
const SalTwoRect& rTwoRect );
-bool ImplFastCopyScanline( long nY, BitmapBuffer& rDst, const BitmapBuffer& rSrc);
-bool ImplFastCopyScanline( long nY, BitmapBuffer& rDst, ConstScanline aSrcScanline,
+bool ImplFastCopyScanline( tools::Long nY, BitmapBuffer& rDst, const BitmapBuffer& rSrc);
+bool ImplFastCopyScanline( tools::Long nY, BitmapBuffer& rDst, ConstScanline aSrcScanline,
ScanlineFormat nSrcScanlineFormat, sal_uInt32 nSrcScanlineSize);
bool ImplFastBitmapBlending( BitmapWriteAccess const & rDst,