summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorhomeboy445 <akshitsan13@gmail.com>2021-08-06 20:44:39 +0530
committerTomaž Vajngerl <quikee@gmail.com>2021-10-31 18:47:39 +0100
commit3eeb77ece8db11e6c57864c507af5d24253a6276 (patch)
tree3a8130815e4a78cf370be04700794dbe4375ceaa /include/vcl
parenta8bf972230545cd0c0e5dcacb73f5fff804d22de (diff)
backendtest: Drawing Open Polygon test
Change-Id: I57af3232ad5e83b649fdfac719dc2359e1bbb412 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120171 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/test/GraphicsRenderTests.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/test/GraphicsRenderTests.hxx b/include/vcl/test/GraphicsRenderTests.hxx
index 7d44b538a948..718674b1cc5e 100644
--- a/include/vcl/test/GraphicsRenderTests.hxx
+++ b/include/vcl/test/GraphicsRenderTests.hxx
@@ -143,6 +143,11 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests
void testDrawRectangleOnSize4096WithPolyPolygon();
void testDrawRectangleOnSize1028WithPolyPolygonB2D();
void testDrawRectangleOnSize4096WithPolygonPolygonB2D();
+ void testDrawOpenPolygonWithPolyLine();
+ void testDrawOpenPolygonWithPolyLineB2D();
+ void testDrawOpenPolygonWithPolygon();
+ void testDrawOpenPolygonWithPolyPolygon();
+ void testDrawOpenPolygonWithPolyPolygonB2D();
static OUString returnTestStatus(vcl::test::TestResult const result);
void runALLTests();
void appendTestResult(OUString aTestName, OUString aTestStatus, Bitmap aTestBitmap = Bitmap());