From e568d233a3f9cbc926bfa12dac3fbc6d29a4b6c7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Mar 2018 09:51:44 +0200 Subject: move framework/toolkit use of BitmapEx::GetMask inside vcl Change-Id: I2a942377d6e9b8b09673e5ad2804e0e7fb2bb943 Reviewed-on: https://gerrit.libreoffice.org/51387 Reviewed-by: Michael Meeks Tested-by: Noel Grandin --- include/vcl/BitmapTools.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vcl') diff --git a/include/vcl/BitmapTools.hxx b/include/vcl/BitmapTools.hxx index 6ff484a82d9c..3a1692730393 100644 --- a/include/vcl/BitmapTools.hxx +++ b/include/vcl/BitmapTools.hxx @@ -96,6 +96,8 @@ VCL_DLLPUBLIC void DrawAlphaBitmapAndAlphaGradient(BitmapEx & rBitmapEx, bool bF VCL_DLLPUBLIC void DrawAndClipBitmap(const Point& rPos, const Size& rSize, const BitmapEx& rBitmap, BitmapEx & aBmpEx, basegfx::B2DPolyPolygon const & rClipPath); +VCL_DLLPUBLIC css::uno::Sequence< sal_Int8 > GetMaskDIB(BitmapEx const & aBmpEx); + }} // end vcl::bitmap #endif // INCLUDED_VCL_BITMAP_TOOLS_HXX -- cgit