diff options
author | homeboy445 <akshitsan13@gmail.com> | 2021-07-12 20:26:35 +0530 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-12 13:44:39 +0200 |
commit | 260ebddf284b34336d6ab82b1726d01b2bacd66c (patch) | |
tree | 2fb555aa247d09953d72a15312d556938c985523 /include | |
parent | 25b4e39309814325224193f3192e6e2d83e5f141 (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.hxx | 2 |
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()); |