summaryrefslogtreecommitdiff
path: root/include/vcl/outdev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r--include/vcl/outdev.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index d80d394e63fe..8d286805c985 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -1410,6 +1410,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,