diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/test/GraphicsRenderTests.hxx | 2 |
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(); |