summaryrefslogtreecommitdiff
path: root/include/vcl/bitmapex.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-16 13:43:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-16 19:24:10 +0100
commit8015e0a15d1b8c454c26c645c7e8ebee9c4e1ee1 (patch)
tree00f59c45f1efb3cbd928bfe8f374ee42ad9a19db /include/vcl/bitmapex.hxx
parentb0967c69d3e08efbc8e3dec807601ac52870792a (diff)
move some mask code from SvxMSDffManager::ImportGraphic inside BitmapEx
part of moving GetMask/GetAlpha touching code inside vcl Change-Id: I46e908ed6216dd521143ca94d2dcbd7e95d8b9ce Reviewed-on: https://gerrit.libreoffice.org/51408 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r--include/vcl/bitmapex.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx
index 4876180e10c4..d78f273b21ad 100644
--- a/include/vcl/bitmapex.hxx
+++ b/include/vcl/bitmapex.hxx
@@ -448,6 +448,7 @@ public:
void AdjustTransparency( sal_uInt8 cTrans );
+ void CombineMaskOr(Color maskColor, sal_uInt8 nTol);
public:
SAL_DLLPRIVATE std::shared_ptr<ImpBitmap> const & ImplGetBitmapImpBitmap() const { return maBitmap.ImplGetImpBitmap(); }