From 4b6feefa51405e1313de62e1a19c4c213e79c22f Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Tue, 18 Nov 2014 12:34:53 -0500 Subject: vcl: Add support for backend-dependent blending of bitmaps (mask and alpha) Change-Id: Iba64eb42965c86ca5655b9a105ef3f397e033ecf --- include/vcl/outdev.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 19c43eddda18..a5b575132146 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1407,6 +1407,10 @@ private: const Point& rSrcPtPixel, const Size& rSrcSizePixel ); + SAL_DLLPRIVATE bool BlendBitmap( + const SalTwoRect& rPosAry, + const Bitmap& rBmp ); + SAL_DLLPRIVATE Bitmap BlendBitmap( Bitmap& aBmp, BitmapReadAccess* pP, -- cgit