summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-11-16 12:57:52 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-11-16 14:36:13 +0100
commitae4a9d5cc50d94f3180ce3e5d3793c0a403074cd (patch)
tree24049becd9a6dbc77300c8c883bc39168bae9ca5 /include
parent5006dfcbc370e80bd159a9e957254b0ce09a6cdd (diff)
add a vcl backend test that draws a sheared bitmap
Change-Id: I06838e01ed41ac41c8b578fd6c7d984f1c073e31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125298 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/test/GraphicsRenderTests.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx
index 86266eebe317..480cd73f5358 100644
--- a/include/vcl/test/GraphicsRenderTests.hxx
+++ b/include/vcl/test/GraphicsRenderTests.hxx
@@ -83,6 +83,7 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests
void testDrawDropShapeAAWithPolygon();
void testDrawBitmap24bpp();
void testDrawTransformedBitmap24bpp();
+ void testComplexDrawTransformedBitmap24bpp();
void testDrawBitmapExWithAlpha24bpp();
void testDrawMask24bpp();
void testDrawBlend24bpp();