diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
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, |