summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorhomeboy445 <akshitsan13@gmail.com>2021-07-12 20:26:35 +0530
committerTomaž Vajngerl <quikee@gmail.com>2021-08-12 13:44:39 +0200
commit260ebddf284b34336d6ab82b1726d01b2bacd66c (patch)
tree2fb555aa247d09953d72a15312d556938c985523 /include
parent25b4e39309814325224193f3192e6e2d83e5f141 (diff)
backendtest: Closed Bezier loop test using various drawing methods
Change-Id: Ib2ddc8475e2476ce377f3541caa0d48e7c57241a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118783 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.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 eacf07c6f312..27c760c8b837 100644
--- a/include/vcl/test/GraphicsRenderTests.hxx
+++ b/include/vcl/test/GraphicsRenderTests.hxx
@@ -114,6 +114,8 @@ class VCL_PLUGIN_PUBLIC GraphicsRenderTests
void testHalfEllipseAAWithPolyLineB2D();
void testHalfEllipseWithPolygon();
void testHalfEllipseAAWithPolygon();
+ void testClosedBezierWithPolyline();
+ void testClosedBezierWithPolygon();
static OUString returnTestStatus(vcl::test::TestResult const result);
void runALLTests();
void appendTestResult(OUString aTestName, OUString aTestStatus, Bitmap aTestBitmap = Bitmap());