diff options
author | Armin Le Grand (Collabora) <Armin.Le.Grand@me.com> | 2024-07-08 10:55:30 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2024-07-09 10:50:15 +0200 |
commit | 329b22498195211af7d0ff7144b8be4bb18c1b4d (patch) | |
tree | 6016c5a31f5e8fb34722af973e0578ca3d2c21b4 /include/vcl | |
parent | 24bf1dbb32272d6d1846c76ec902b53fc0525f6b (diff) |
SDPRCairo: Add support for InvertPrimitive2D
Change-Id: I0e722e9438e7e21d4fa8ba05a9bd56719db521fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170144
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Tested-by: Jenkins
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/BitmapTools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/BitmapTools.hxx b/include/vcl/BitmapTools.hxx index 4582f7305ee9..83c003296d61 100644 --- a/include/vcl/BitmapTools.hxx +++ b/include/vcl/BitmapTools.hxx @@ -35,7 +35,7 @@ lookup_table const & get_premultiply_table(); VCL_DLLPUBLIC lookup_table const & get_unpremultiply_table(); #endif -sal_uInt8 unpremultiply(sal_uInt8 c, sal_uInt8 a); +VCL_DLLPUBLIC sal_uInt8 unpremultiply(sal_uInt8 c, sal_uInt8 a); VCL_DLLPUBLIC sal_uInt8 premultiply(sal_uInt8 c, sal_uInt8 a); BitmapEx VCL_DLLPUBLIC loadFromName(const OUString& rFileName, const ImageLoadFlags eFlags = ImageLoadFlags::NONE); |