summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-11-12 21:06:48 +0100
committerLuboš Luňák <l.lunak@collabora.com>2021-11-13 10:19:57 +0100
commit9af1dc8a03958c32d4bd56804166293cc1031828 (patch)
treeb5912dd04324a453dff1675818f18b77ca2e3447 /include
parenta4485bd8e03ad4487fe47a4480a9aacfbaf61980 (diff)
add more tests for OutputDev::DrawOutDev()
Test also copy to self and clipped copy. Change-Id: I3f741e5035fe1f4fb224dc7fe4ba7aa5b4860dda Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125122 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/test/GraphicsRenderTests.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx
index f1adcc6bb721..86266eebe317 100644
--- a/include/vcl/test/GraphicsRenderTests.hxx
+++ b/include/vcl/test/GraphicsRenderTests.hxx
@@ -99,6 +99,8 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests
void testClipPolyPolygon();
void testClipB2DPolyPolygon();
void testDrawOutDev();
+ void testDrawOutDevScaledClipped();
+ void testDrawOutDevSelf();
void testDashedLine();
void testLinearGradient();
void testLinearGradientAngled();